摘要:
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. 阅读全文
摘要:
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. 阅读全文