I am trying to develop an iPad app in which I need to have a custom top-bar. It will have a logo image at its left, a title and a segmented control buttons. I am trying to do it programmatically. I was not sure how I should put the image and segmented control buttons.
Any suggestions/directions are appreciated.
(I’m fairly new to the Cocoa-touch development environment.)
Use IB but don’t try to use an Apple navigation bar. Just use blank view and set the color you want or add a UIImageView for the background. Add your logo image and segmented control to the same view. Then set it up as an IBOutlet and you can toggle the whole thing on and off as needed and setup buttons for navigation if needed.