- UITableView 設置 SectionHeaderHeight ,SectionFooterHeight 代理不執行,還有就是獲取TableVIew滑動的偏移量的代理方法點擊TableViewCell跳轉到其它控制時也要執行
解決方法:
tableview.estimatedRowHeight = 0
tableview.estimatedSectionFooterHeight = 0
tableview.estimatedSectionHeaderHeight = 0
2.用一些第三方庫時手動拖入工程中后找不到類
解決方法:
TARGETS --> Build Phases --> Compile Sources 手動添加類文件
現在暫時遇到這些問題,遇到新的再更新文章。