What is the screensize of a UIModalPresentationFullScreen
I ha开发者_StackOverflow中文版ve 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?
Full screen is of course 1024x768 (iPad) / 480x320 (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.
精彩评论