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://codercto.com/soft/d/5930.html

The Shallows

The Shallows

Nicholas Carr / W. W. Norton & Company / 2010-6-15 / USD 26.95

"Is Google making us stupid?" When Nicholas Carr posed that question, in a celebrated Atlantic Monthly cover story, he tapped into a well of anxiety about how the Internet is changing us. He also crys......一起来看看 《The Shallows》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

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

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试