Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UIViewController+Navigation.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a1ea79704134b17494a619f468727a784230c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@interface UIViewController (Navigation)

- (void)showBackButton;
- (void)backTap;

- (UIBarButtonItem *)navBarButtonWithImage:(UIImage *)image highlightedImage:(UIImage *)highlightedImage action:(SEL)action;
- (NSArray<UIBarButtonItem *> *)alignedNavBarButtonItems:(NSArray<UIBarButtonItem *> *)items;


@property (nonatomic, readonly) UIStoryboard * mainStoryboard;

@end