ICLoader icon indicating copy to clipboard operation
ICLoader copied to clipboard

A simple frosty loader / progress HUD.

A simple frosty loader, similar to the one used in the Typhoon Sample Application.

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 CocoaPods.

pod 'ICLoader'