标签:
1、iOS9 以后,table cell 在旋转的时候会自动调整视图内容的布局,设置以下的属性,课禁止该行为。
if (runTimeOSVersion >= 9.0f) { _listTableView.cellLayoutMarginsFollowReadableWidth = NO; }
2、
iOS9 适配(杂七杂八)
原文地址:http://www.cnblogs.com/eileenleung/p/4961263.html