How do I add a fullscreen view in Cocoa touch?
- by David
Hello :)
Inside the titleView of a UINavigationBar, there is a button. Clicking it should slide in a view from the top of the screen.
Where do I have to place the view so it's displayed fullscreen and not only inside the current UIViewController's contentView?
Is there a function for adding fullscreen views?