https://github.com/YouXianMing
摘要: SVPullToRefresh开源库地址https://github.com/samvermette/SVPullToRefresh将整个文件夹SVPullToRefresh拖入工程中并引入头文件即可注意编译时有一个方法快被弃用了- (CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size lineBreakMode:(NSLineBreakMode)lineBreakMode工程源码RootViewController.h1 // Copyright (c) 2014年 YouXian. All rights re. 阅读全文
posted @ 2014-03-06 13:30 YouXianMing 阅读(2633) 评论(1) 推荐(0) 编辑
摘要: UIRefreshControl 为 UITableViewController 中的一个属性,从以下可以看出, IOS6.0 以上才支持.@property (nonatomic,retain) UIRefreshControl *refreshControl NS_AVAILABLE_IOS(6_0);RootViewController.h// Copyright (c) 2014年 YouXian. All rights reserved.//#import @interface RootViewController : UITableViewController@endRootVi. 阅读全文
posted @ 2014-03-06 11:28 YouXianMing 阅读(1262) 评论(0) 推荐(0) 编辑