0
点赞
收藏
分享

微信扫一扫

[IOS]侧边栏相关问题总结

洛茄 2022-08-24 阅读 83


1.侧边栏第三方:https://github.com/LazyBeatles/PSDrawerManager(注意进入接口在AppDelegate)

 

2.tableView  tableHeaderView、tableFooterView

tableFooterView的一些特性:http://www.jianshu.com/p/4b4439d73a27

 

3.table cell 间距:https://stackoverflow.com/questions/6216839/how-to-add-spacing-between-uitableviewcell

使用section分隔,注意indexPath.row 转换成 indexPath.section

 

4.从UIView跳转到UIController

 

5.navigationcontroller 跳转的问题:

poptoviewcontroller 崩溃

4.背景渐变色

​​http://www.jianshu.com/p/480c8384ad3e​​

​​https://www.appcoda.com/cagradientlayer/​​

 

5.iOS如何让UITableView Section的headerView、footerView跟随cell一起滚动方法总结

​​http://www.jianshu.com/p/8d1d1d7ae904​​

​​https://stackoverflow.com/questions/10273820/iphone-ios-how-to-add-a-visible-a-header-view-to-uitextview-above-text​​

举报

相关推荐

0 条评论