iphone - selected view in UITabBar -


How can I find out when a user selects an item in the tab bar? I want to run some commands every time, when users select the second or third tab bar view.

(I have a tab bar based project, and tabbar items are selected in View Controller Interface Builder)

I have solved this issue with the use of" viewWillApear: (BOOL) animated "method of each view.

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -