objective c - How to display both text title and loading icon on the middle navigation? -


enter image description here

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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -