[iOS] fix city subscription screen presentation on iPad

https://jira.mail.ru/browse/MAPSME-14816
This commit is contained in:
Aleksey Belousov 2020-09-11 14:23:16 +03:00 committed by mpimenov
parent bffdb2089a
commit 798611576a

View file

@ -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) {