gbusto / BrickBreak

An attempt to make a game like "Ballz" or "Bricks and Balls".
1 stars 0 forks source link

Fix iOS 13 ViewController Presentation Style #648

Closed gbusto closed 4 years ago

gbusto commented 4 years ago

In iOS 13, showing a detail view or pushing a view defaulted to not being full screen, I think because those presentation styles are for temporary views to sow details or menus. So I need to change the transition style to "modal" and ensure that presentation is set to FullScreen.