From 279c4e252521359d59d76e533b7cde41a74183e9 Mon Sep 17 00:00:00 2001 From: "v.mikhaylenko" Date: Mon, 25 May 2015 16:13:04 +0300 Subject: [ios] Made place page for iPad. Added big compas view. Added bookmarks edit. --- iphone/Maps/Classes/MWMPlacePageNavigationBar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iphone/Maps/Classes/MWMPlacePageNavigationBar.h') 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"))); -- cgit v1.2.3