- UITableView 设置 SectionHeaderHeight ,SectionFooterHeight 代理不执行,还有就是获取TableVIew滑动的偏移量的代理方法点击TableViewCell跳转到其它控制时也要执行
解决方法:
tableview.estimatedRowHeight = 0
tableview.estimatedSectionFooterHeight = 0
tableview.estimatedSectionHeaderHeight = 0
2.用一些第三方库时手动拖入工程中后找不到类
解决方法:
TARGETS --> Build Phases --> Compile Sources 手动添加类文件
现在暂时遇到这些问题,遇到新的再更新文章。