telenordigital / connect-ios-sdk

Docs 📒👉
https://telenordigital.github.io/id-docs.telenordigital.com/integrate-ios-sdk.html
Apache License 2.0
9 stars 8 forks source link

Change of default presentation style of UIViewController in iOS 13 #65

Open bandhavivinay90 opened 4 years ago

bandhavivinay90 commented 4 years ago

Since with iOS 13 release, the default presentation style of view controllers are no more defaulted to full screen, it might be a good idea to include:

viewControllerToPresent.modalPresentationStyle = .fullScreen

before any present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil) in the code.