I'm working on a simple app that uses a <UITabBarDelegate> and int value.
When the user clicks a button I want to change the value using "++value" and then refresh my view with an if ( value == x). Everything works except I'm unable to refresh or reload the view data. Please help.
I've got this one fixed. Thanks anyway.
When the user clicks a button I want to change the value using "++value" and then refresh my view with an if ( value == x). Everything works except I'm unable to refresh or reload the view data. Please help.
I've got this one fixed. Thanks anyway.