tabBarController:shouldSelectViewController: not being invoked
Hi, all...
In my iPhone 3.0 app, tabBarController:shouldSelectViewController: is not being invoked when I switch tabs. I implemented it in my app delegate (which is where I think it's supposed to be). That is where I have an outlet to the tab bar controller that is in the main NIB for my app. My tab bar has all the expected icons and switches just fine.
What am I missing?
Thx
Steve
|