I am trying to add a refresh button to the top bar of a navigation controller with no success.
Here is the header:
@interface PropertyViewController
You can try
self.navigationBar.topItem.rightBarButtonItem = anotherButton;