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:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-09-14 17:52:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:05:35 +0300
commit231e5de63ce16b255fa39d99947210476e2f8aba (patch)
tree2784559d2ca4afcf652dfe84495d286efd9be6cb /iphone/Maps/Classes/MWMPlacePageViewManager.h
parent43e224110313befa5da64d96afa737e7c0c4c218 (diff)
[ios] Updated search to v2.0.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageViewManager.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageViewManager.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageViewManager.h b/iphone/Maps/Classes/MWMPlacePageViewManager.h
index 7f015f4a41..e2867e5f3f 100644
--- a/iphone/Maps/Classes/MWMPlacePageViewManager.h
+++ b/iphone/Maps/Classes/MWMPlacePageViewManager.h
@@ -11,9 +11,11 @@
@property (nonatomic, readonly) MWMPlacePageEntity * entity;
@property (nonatomic) MWMPlacePageNavigationBar * iPhoneNavigationBar;
@property (nonatomic) CGFloat topBound;
+@property (nonatomic) CGFloat leftBound;
@property (nonatomic, readonly) BOOL isDirectionViewShown;
-- (instancetype)initWithViewController:(UIViewController *)viewController delegate:(id<MWMPlacePageViewManagerProtocol>)delegate;
+- (instancetype)initWithViewController:(UIViewController *)viewController
+ delegate:(id<MWMPlacePageViewManagerProtocol>)delegate;
- (void)showPlacePageWithUserMark:(unique_ptr<UserMarkCopy>)userMark;
- (void)refreshPlacePage;
- (void)dismissPlacePage;
@@ -23,6 +25,8 @@
- (void)removeBookmark;
- (void)apiBack;
- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)orientation;
+- (void)viewWillTransitionToSize:(CGSize)size
+ withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator;
- (void)reloadBookmark;
- (void)dragPlacePage:(CGPoint)point;
- (void)showDirectionViewWithTitle:(NSString *)title type:(NSString *)type;