@interface UIViewController (Navigation) - (void)showBackButton; - (void)backTap; - (UIBarButtonItem *)buttonWithImage:(UIImage *)image action:(SEL)action; - (NSArray *)alignedNavBarButtonItems:(NSArray *)items; @property (nonatomic, readonly) UIStoryboard * mainStoryboard; @end