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