forked from organicmaps/organicmaps
[iOS] fix city subscription screen presentation on iPad
https://jira.mail.ru/browse/MAPSME-14816
This commit is contained in:
parent
bffdb2089a
commit
798611576a
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class CitySubscriptionViewController: MWMViewController {
|
|||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
presenter?.configure()
|
||||
preferredContentSize = CGSize(width: 414, height: contentView.frame.height)
|
||||
}
|
||||
|
||||
@IBAction func onAnnualButtonTap(_ sender: UIButton) {
|
||||
|
|
Loading…
Add table
Reference in a new issue