Hey.
I have an UINavigationController with a UIBarButton to realod something. However, when I push another view on the Navigation Controller, the BarButtonItem disappears. How can I avoid this? Do I need to add some code in the NavigationController, or set a property for the BarButtonItem?
Thank you.