I would like to have a UIBarButtonItem
that is in the right side of the UINavigationBar
that is on all views that get pushed into a UINavigationController
. I know how to set it on a view by view basis by putting it in each view's UINavigationItem.RightBarButton
property but when I push or pop a view off the stack I would have to reset the button for each view. Is there any way to do this?