So, In our appDelegate we're all used to creating a uinavigationcontroller outlet and linking it to a uinavigationcontroller in the XIB.
However in subsequent viewcontrollers I can only add uibarbuttonitems programatically by accessing the uinavigationcontroller. Is there a way to add buttons to applications uinavigationcontroller in the other uiviewcontroller's XIBS?
Apple seems to do it in this example: http://developer.apple.com/iphone/library/samplecode/EditableDetailView/index.html
The same question has been asked before in apple's forum but remains unanswered.: http://discussions.apple.com/thread.jspa?messageID=8917480#8917480
Thanks,
Dan