11 2015 档案

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

posted @ 2015-11-13 09:44 EileenLeung 阅读(192) 评论(0) 推荐(0)