I would like to know how I could add a bar that would contain something like a crumb trail you get on websites. kinda like this (where the info bar would be the Navigation bar, the bar with would be my sub bar and the calendar would be a tableview).

Okat so I hope this is still making sense. But this is pretty much what I would like to do… I am woundering the best way to do it?
would I just change my uitableviewcontroller into a normal view (window) with a toolbar on it? then put the tableview inside the window and then just push that onto the nav stack? I’m not sure but hopefully someone here has a better idea than me and can help me out 🙂
The UINavigationController has a toolbar that is disabled by default. Enable it with the following:
Then you could add UIToolbarButtons and adjust its frame as needed.
But I recommend keeping the toolbar at the bottom for proper usability. People don’t like accidentally hitting things they didn’t mean to because the placement of buttons are too close.