摘要: 给UIScrollView写一个延展 .h文件实现: @interface UIScrollView (NSFoundation) @end .m文件实现 @implementation UIScrollView (ScrollTouch) //重写touchesBegin方法 -(void)tou 阅读全文
posted @ 2016-09-11 13:42 玩也是种气质 阅读(2809) 评论(0) 推荐(0)