Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 876 Bytes

#iStatusNotifier

iStatusNotifier is a simple toast viewer for iOS developers.

Configuration much simple as below.

[iStatusNotifier configure:@{@"bgColor":bgColor,@"fgColor":textColor,@"font":[UIFont systemFontOfSize:15]}];

also any combination is allowed. iStatusNotifier is capable of showing toast when

  • Navigation bar visible
  • Navigation bar not visible
  • Status bar is visible
  • Status bar is not visible
  • View controller is enclosed in UITabbarController

Your User interface looks like this

alt text

alt text

Yes! toast supports orientation change also. alt text