Hi everybody. This is my first post on this forum so I take this opportunity to greet all the community.
I would like to know what is the best way to have a UIView between the status bar and the navigation bar like in this example.
http://tinyurl.com/4y6zcxa
My first idea was to create a custom UIViewController with two UIView, one for the header and one for the main content, then add a UINavigationController as a subview of the main content view.
I read that this is deprecated behavior for different reasons.
Is this the best way to obtain the result I want? Is there an alternative way?
Thanks for your attention.