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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-05-25 16:13:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:39 +0300
commit279c4e252521359d59d76e533b7cde41a74183e9 (patch)
tree614a5a8462f69c0b81342d7fbcf19f49cf2e8f18 /iphone/Maps/Classes/MWMPlacePageNavigationBar.h
parent279e4649433bcbc06e888d557f77d7dd8708fa98 (diff)
[ios] Made place page for iPad. Added big compas view. Added bookmarks edit.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageNavigationBar.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageNavigationBar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageNavigationBar.h b/iphone/Maps/Classes/MWMPlacePageNavigationBar.h
index e4d38b5d94..13124aac40 100644
--- a/iphone/Maps/Classes/MWMPlacePageNavigationBar.h
+++ b/iphone/Maps/Classes/MWMPlacePageNavigationBar.h
@@ -12,9 +12,9 @@
@interface MWMPlacePageNavigationBar : UIView
-@property (weak, nonatomic, readonly) IBOutlet UILabel * titleLabel;
-
-+ (instancetype)navigationBarWithPlacePage:(MWMiPhonePortraitPlacePage *)placePage;
++ (void)dismissNavigationBar;
++ (void)showNavigationBarForPlacePage:(MWMiPhonePortraitPlacePage *)placePage;
++ (void)remove;
- (instancetype)init __attribute__((unavailable("init is unavailable, call navigationBarWithPlacePage: instead")));
- (instancetype)initWithCoder:(NSCoder *)aDecoder __attribute__((unavailable("initWithCoder: is unavailable, call navigationBarWithPlacePage: instead")));