When going a ViewController to another it's showing like browser tabs, How can I change it to normal? check below images
Asked
Active
Viewed 37 times
1
-
1Show us the code. How are you going? What is the style? – Rob Mar 03 '20 at 09:46
-
2You need to present your controller with fullscreen style. – dahiya_boy Mar 03 '20 at 09:47
-
This is the new default modal presentation style in iOS 13. You can set `modalPresentationStyle = .fullscreen` to get full screen presentation – Paulw11 Mar 03 '20 at 09:49
-
right now I am using Xcode 11.3.1 (11C504) but same code, when running in Xcode 10 all is normal – Mahmudul Hasan Mar 03 '20 at 09:50
-
Does this answer your question? [Presenting modal in iOS 13 fullscreen](https://stackoverflow.com/questions/56435510/presenting-modal-in-ios-13-fullscreen) – Etienne Jézéquel Mar 03 '20 at 09:50
-
@Paulw11 where I can set modalPresentationStyle = .fullscreen to get full screen presentation? – Mahmudul Hasan Mar 03 '20 at 09:51
-
@EtienneJézéquel Yes same – Mahmudul Hasan Mar 03 '20 at 10:12