forked from organicmaps/organicmaps
[MAPSME-5001] [ios] Fixed place page opening issue.
This commit is contained in:
parent
11b593b552
commit
3f281120d8
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ CGFloat const kBottomOffset = 36;
|
|||
if (self)
|
||||
{
|
||||
_ownerView = ownerView;
|
||||
_availableArea = ownerView.frame;
|
||||
self.placePageView = placePageView;
|
||||
placePageView.tableView.delegate = self;
|
||||
_delegate = delegate;
|
||||
|
|
|
@ -57,6 +57,7 @@ CGFloat const kMinOffset = 1;
|
|||
{
|
||||
auto const & size = ownerView.size;
|
||||
_ownerView = ownerView;
|
||||
_availableArea = ownerView.frame;
|
||||
_placePageView = placePageView;
|
||||
placePageView.tableView.delegate = self;
|
||||
_delegate = delegate;
|
||||
|
|
Loading…
Add table
Reference in a new issue