objective c - How to display both text title and loading icon on the middle navigation? -
if user clicks icon, refresh starts. found https://github.com/just-/uinavigationitem-loading library, can't display both text title , loading icon on middle navigation.
like photo:
navigation item has property named "titleview"
. crete view wish label , reloadbutton , assign titleview view:
self.navigationitem.titleview = [self getcustomview];
Comments
Post a Comment