Pull-to-Refresh.Rentals-iOS

软件介绍

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

alt text

使用方法:

#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];
}

本文地址:https://www.codercto.com/soft/d/5930.html

Ordering Disorder

Ordering Disorder

Khoi Vinh / New Riders Press / 2010-12-03 / USD 29.99

The grid has long been an invaluable tool for creating order out of chaos for designers of all kinds—from city planners to architects to typesetters and graphic artists. In recent years, web designers......一起来看看 《Ordering Disorder》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具