ICLoader 2.0.2

ICLoader 2.0.2

测试测试
Lang语言 Obj-CObjective C
许可 Apache-2.0
发布最新发布2020年12月

Jasper Blues 维护。



ICLoader 2.0.2

  • Jasper Blues

这是一种简单的冷光加载器,类似于在 Typhoon 样本应用程序 中使用的。

Weather Report

设置

//Required : The logo image to display
[ICLoader setImageName:anImageName]; 
// . . the image@2x should be about 85px across, and half as high

//Optional
[ICLoader setFontname:aFontName];

用法

[ICLoader present];

//do some things

[ICLoader dismiss];

ICLoader 在根视图控制器的视图中展示。

安装

安装将通过 CocoaPods 进行。

pod 'ICLoader'