forked from organicmaps/organicmaps
[ios] Set correct place page top bound.
This commit is contained in:
parent
674ffb9b1e
commit
8503501a5b
1 changed files with 4 additions and 1 deletions
|
@ -95,9 +95,12 @@ CGFloat const kMinOffset = 1;
|
|||
self.actionBar.minY = self.ownerView.height;
|
||||
[self.scrollView setContentOffset:{} animated:YES];
|
||||
},^{
|
||||
id<MWMPlacePageLayoutDelegate> delegate = self.delegate;
|
||||
// Workaround for preventing a situation when the scroll view destroyed before an animation finished.
|
||||
[delegate onPlacePageTopBoundChanged:0];
|
||||
self.actionBar = nil;
|
||||
self.scrollView = nil;
|
||||
[self.delegate shouldDestroyLayout];
|
||||
[delegate shouldDestroyLayout];
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue