摘要: ``` import "ViewController.h" import @interface ViewController () @end @implementation ViewController (void)viewDidLoad { [super viewDidLoad]; // Do a 阅读全文
posted @ 2017-09-07 13:26 技术-刘腾飞 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 1.设置scrollview的代理 2.实现如下方法 (UIView )viewForZoomingInScrollView:(UIScrollView )scrollView{ return self.imageview; } 3.设置scrollview放大缩小的最大最小值 scroll.max 阅读全文
posted @ 2017-09-07 10:55 技术-刘腾飞 阅读(152) 评论(0) 推荐(0) 编辑