forked from organicmaps/organicmaps
[ios] Fixed add place panel (iPad).
This commit is contained in:
parent
e587917971
commit
eeb2e43306
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
navBar.width = superview.width;
|
||||
navBar.doneBlock = done;
|
||||
navBar.cancelBlock = cancel;
|
||||
navBar.autoresizingMask = UIViewAutoresizingFlexibleWidth;
|
||||
[navBar setNeedsLayout];
|
||||
navBar.origin = {0., -navBar.height};
|
||||
[superview addSubview:navBar];
|
||||
|
|
Loading…
Add table
Reference in a new issue