天天看点

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

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/​​