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-06-22 16:36:08 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:47 +0300
commit4bd9e204c971becb23798b39f28b32c6e41e31f8 (patch)
tree009a81e924692840bd85b6925e50809d00d4eaa5 /iphone/Maps/Classes/MWMPlacePage+Animation.h
parent83ebe0e2de836e0a9a1256c522c394aa39cd874a (diff)
[ios] Fixed iPhone portrait PP scroll.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePage+Animation.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePage+Animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePage+Animation.h b/iphone/Maps/Classes/MWMPlacePage+Animation.h
index 022c67c2f1..e14c4c5e9c 100644
--- a/iphone/Maps/Classes/MWMPlacePage+Animation.h
+++ b/iphone/Maps/Classes/MWMPlacePage+Animation.h
@@ -15,7 +15,7 @@
@property (nonatomic) MWMSpringAnimation * springAnimation;
- (void)cancelSpringAnimation;
-- (void)startAnimatingPlacePage:(MWMPlacePage *)placePage initialVelocity:(CGPoint)velocity;
+- (void)startAnimatingPlacePage:(MWMPlacePage *)placePage initialVelocity:(CGPoint)velocity completion:(void (^)(void))completion;
- (CGPoint)targetPoint;
@end