Skip to content

rajesht1989/iStatusNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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