A simple frosty loader, similar to the one used in the Typhoon Sample Application.
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'