欢迎光临
我们一直在努力

XLsn0wLoadView 顺时针加载动画

建站超值云服务器,限时71元/月

XLsn0wLoadView 顺时针加载动画

项目介绍:



XLsn0wLoadView.zip
(1.32 MB, 下载次数: 498)

2017-1-4 16:33 上传
点击文件名下载附件

在你的Podfile添加 pod XLsn0w’库 然后pod install

platform :ios, ‘8.0’


target ‘XLsn0wLoadView’ do


pod ‘XLsn0w’


end
    if(!_loadingView) {
        _loadingView = [[XLsn0wLoadView alloc] initWithXLsn0wLoadViewStyle:XLsn0wLoadViewStyleSqureClockWise];
        [self.view addSubview:_loadingView];
        [_loadingView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.width.height.mas_equalTo(14);
            make.centerX.mas_equalTo(self.view.mas_centerX);
            make.centerY.mas_equalTo(self.view.mas_centerY);
        }];
        [self.loadingView startSquareClcokwiseAnimation];
//        [self.loadingView stopSquareClockwiseAnimation]; //关闭动画
    }
赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » XLsn0wLoadView 顺时针加载动画
分享到: 更多 (0)