I have a UIModalPresentationFullScreen but my UI elements are not showing up properly. I want to define the screensize in IB, but I’m not sure what the size should be?
I have a UIModalPresentationFullScreen but my UI elements are not showing up properly. I
Share
Full screen is of course 1024×768 (iPad) / 480×320 (iPhone) (minus the status bar.)
Instead of defining a screen-size, you really should make the UI elements auto-resizable (use “Autosizing” in the “Size Inspector” (Cmd+3)), so your interface becomes screen-size-independent.