摘要:
iOS中UIScollView的总结 在iOS开发中可以说UIScollView是所有滑动类视图的基础,包括UITableView,UIWebView,UICollectionView等等,UIScrollView类为显示大于应用程序窗口的内容提供支持。它使得用户可以使用滑动手势来滚动,并可以使用... 阅读全文
posted @ 2016-01-06 21:31
印象苹果
阅读(295)
评论(0)
推荐(0)
摘要:
/* ViewController.h 文件 */#import @interface ViewController : UIViewController@end/* ViewController.m文件 */#import "ViewController.h"@inte... 阅读全文
posted @ 2016-01-06 20:12
印象苹果
阅读(401)
评论(0)
推荐(2)