标签:view布局
self.edgesForExtendedLayout = UIRectEdgeAll;
self.automaticallyAdjustsScrollViewInsets=NO;
/**
- (void)automaticallyAdjustsScrollViewInsets{
if ([[[UIDevice currentDevice] systemVersion] floatValue] > 6.9) {
[super setAutomaticallyAdjustsScrollViewInsets:flag];
}
*/
本文出自 “10832744” 博客,请务必保留此出处http://10842744.blog.51cto.com/10832744/1707666
标签:view布局
原文地址:http://10842744.blog.51cto.com/10832744/1707666