I am creating a UIBarButtonItem
with a custom view in order to achieve a transition to a UIActivityIndicatorView
as described here.
However I really want my button to retain a normal UIBarButtonItemStyle
such as UIBarButtonitemStyleBordered
.
Is there a way to achieve this?
Thanks in advance!