2017年3月15日

iOS TabBar 隐藏的问题

摘要: 在ios 8 中 self.tabBarController.tabBar.hidden = YES; self.view 的frame也会变小,缺少 self.tabBarController.tabBard的高度,这样加在self.view上面的self.tabBarController.tab 阅读全文

posted @ 2017-03-15 16:59 开花结果乐园 阅读(163) 评论(0) 推荐(0) 编辑

iOS @protocol UIContentContainer <NSObject>

摘要: @protocol UIContentContainer <NSObject> @property (nonatomic, readonly) CGSize preferredContentSize ;//iOS8之后,加入了新的一组协议,UIViewController对这组协议提供了默认的实现, 阅读全文

posted @ 2017-03-15 11:50 开花结果乐园 阅读(425) 评论(0) 推荐(0) 编辑

导航