forked from organicmaps/organicmaps
[ios] Fixed alerts layout.
This commit is contained in:
parent
ea495895ff
commit
e544b58e70
1 changed files with 6 additions and 0 deletions
|
@ -279,4 +279,10 @@ CGAffineTransform rotation(UIInterfaceOrientation orientation)
|
|||
self.frame = view.bounds;
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[super layoutSubviews];
|
||||
self.frame = self.superview.bounds;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue