Pull-to-Refresh.Rentals-iOS

程序名称:Pull-to-Refresh.Rentals-iOS

授权协议: Apache

操作系统: iOS

开发语言: Objective-C

Pull-to-Refresh.Rentals-iOS 介绍

Pull-to-Refresh.Rentals-iOS能够便捷地为列表视图提供有趣漂亮的日出等待动画。很适合搭配色彩缤纷的列表视图。

使用方法:

#import "YALSunnyRefreshControl.h"

@property (nonatomic,strong) YALSunnyRefreshControl *sunnyRefreshControl;

- (void)viewDidLoad {
    [super viewDidLoad];
    [self setupRefreshControl];
}

-(void)setupRefreshControl{

    self.sunnyRefreshControl = [YALSunnyRefreshControl attachToScrollView:self.tableView
                          target:self
                   refreshAction:@selector(sunnyControlDidStartAnimation)];

}

-(void)sunnyControlDidStartAnimation{
    // start loading something
}

-(IBAction)endAnimationHandle{
    [self.sunnyRefreshControl endRefreshing];
}

Pull-to-Refresh.Rentals-iOS 官网

https://github.com/Yalantis/Pull-to-Refresh.Rentals-iOS

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...