iphone - Reload current view with tab bar -


is possible create refresh button in tab bar refreshes current view? , don't change view?

how done?

cheers!

you can uitabbar , - (void)tabbar:(uitabbar *)tabbar didselectitem:(uitabbaritem *)item delegate method.

i won't suggest doing that, though, because that's not how tabbar works.

since want act tool bar, why not use uitoolbar?


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -