ICLoader 2.0.2

ICLoader 2.0.2

TestsTested
LangLanguage Obj-CObjective C
License Apache-2.0
ReleasedLast Release Dec 2020

Maintained by Jasper Blues.



ICLoader 2.0.2

  • By
  • Jasper Blues

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'