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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -