iOS9 适配(杂七杂八)
摘要:1、iOS9 以后,table cell 在旋转的时候会自动调整视图内容的布局,设置以下的属性,课禁止该行为。if (runTimeOSVersion >= 9.0f) { _listTableView.cellLayoutMarginsFollowReadableWidth = NO;} ...
阅读全文
posted @ 2015-11-13 09:44
posted @ 2015-11-13 09:44