It looks like you can do this by getting the UINavigationItem
for the current screen. You can get it from the topItem
property of the UINavigationBar
.
Once you have the UINavigationItem
that represents your current title are you should be able to experiment with the backBarButtonItem
property, then call setHidesBackButton:animated:
to show the back button.
CynicismRising
2009-06-09 05:13:23