摘要: 1 #import "ViewController.h" 2 #define WIDTH self.view.frame.size.width 3 #define HEIGHT self.view.frame.size.height 4 @interface ViewController ()<UI 阅读全文
posted @ 2016-01-29 21:33 恒远也 阅读(383) 评论(0) 推荐(0) 编辑
摘要: iOS开发UIScrollView使用详解一、ScrollView常用方法和属性@property(nonatomic)CGPoint contentOffset;设置滚动的偏移量@property(nonatomic)CGSize contentSize;设置滑动区域@property(nonat 阅读全文
posted @ 2016-01-29 10:51 恒远也 阅读(583) 评论(0) 推荐(0) 编辑