iOS 11 與Xcode9總結

weixin_34249678發表於2017-09-30

關於劉海打理這種事兒,美團點評的iOS工程師早就有經驗了,不信你看!
Xcode9、iOS 11 和 iPhone X 適配問題集錦

iOS11 heightForHeaderInSection設定高度無效   
解決方法:
self.tableView.estimatedRowHeight = 0;
self.tableView.estimatedSectionFooterHeight = 0;
self.tableView.estimatedSectionHeaderHeight = 0;

相關文章