Skip to content

UIViewControllerUtil

Il ho Ahn edited this page Aug 27, 2013 · 1 revision

##Summary UIViewController's helper. Make customed image back button in navigation bar, Simple Alert ...

  • Navigation
  • Customize UI
  • Alert

##Navigation

####+ (UIViewController *)backViewController: (UIViewController *) view

Get a before controller in navigation viewcontrollers stack.

Customize UI

####+ (void) showBackButton:(UIViewController *)view title: (NSString *) titleText andImageNamed: (NSString *) imgName

Show BackButtonIn UIViewNavigationBar With Custome Image

##Alert

####+ (void) alertView:(NSString*)text

Show UIAlert with contents text

Clone this wiki locally