forked from organicmaps/organicmaps-tmp
Merge pull request #4126 from igrechuhin/MAPSME-1353
[ios] Fixed incorrect welcome screen size on iPad.
This commit is contained in:
commit
8936e7c5de
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
- (void)setSize:(CGSize)size
|
||||
{
|
||||
CGSize const iPadSize = {520.0, 534.0};
|
||||
CGSize const iPadSize = {520.0, 600.0};
|
||||
CGSize const newSize = IPAD ? iPadSize : size;
|
||||
self.parentViewController.view.size = newSize;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue