SkillAgentSearch skills...

ICLoader

A simple frosty loader / progress HUD.

Install / Use

/learn @jasperblues/ICLoader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A simple frosty loader, similar to the one used in the <a href="https://github.com/typhoon-framework/Typhoon-Swift-Example">Typhoon Sample Application</a>.

Weather Report

Setup


//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];

Usage

[ICLoader present];

//do some things

[ICLoader dismiss];

ICLoader is presented in the root view controller's view.

Installation

Installation is via <a href="http://www.cocoapods.org/?q=ICLoader">CocoaPods</a>.

pod 'ICLoader'

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated4y ago
Forks3

Languages

Swift

Security Score

75/100

Audited on Sep 23, 2021

No findings