Re: UITabBar & UIActionSheet

2009-10-07 Thread Henry McGilton (Boulevardier)
On Oct 7, 2009, at 4:35 PM, Luke the Hiesterman wrote: If you subclass UITabBar you can get the touches yourself and respond appropriately. Luke You can also set a delegate for the Tab Bar Controller and implement the - (void)tabBarController:(UITabBarController *)tabBarController didSe

Re: UITabBar & UIActionSheet

2009-10-07 Thread Luke the Hiesterman
If you subclass UITabBar you can get the touches yourself and respond appropriately. Luke On Oct 7, 2009, at 4:03 PM, Mark Bateman wrote: Hi, I have an app that uses a TabBarController and on certain of the tabbar items I want the user to be presented with a UIActionsheet even if the us

UITabBar & UIActionSheet

2009-10-07 Thread Mark Bateman
Hi, I have an app that uses a TabBarController and on certain of the tabbar items I want the user to be presented with a UIActionsheet even if the user presses the the same tab bar item that is currently selected. I have tried the viewwillappear method and that works only if i select an