摘要: 1.iOS7以后添加的[UIViewController setEdgesForExtendedLayout:]它的默认值为UIRectEdgeAll。当你的容器是navigation controller时,默认的布局将从navigation bar的顶部开始。这就是为什么所有的UI元素都往上漂移... 阅读全文
posted @ 2016-01-09 17:23 Mac-one 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 场景:Person类@interface Person : NSObject@property (nonatomic, copy) NSString *name;@property (nonatomic, copy) NSString *surname;@property (nonatomic, s... 阅读全文
posted @ 2016-01-09 17:17 Mac-one 阅读(248) 评论(0) 推荐(0) 编辑
摘要: - (void)changePage:(UIPageControl *)pageControl{ [_scrollView setContentOffset:CGPointMake(pageControl.currentPage*ScreenWidth, 0) animated:YES];}-... 阅读全文
posted @ 2016-01-09 16:44 Mac-one 阅读(291) 评论(0) 推荐(0) 编辑