UITabBar & UIActionSheet
UITabBar & UIActionSheet
- Subject: UITabBar & UIActionSheet
- From: Mark Bateman <email@hidden>
- Date: Wed, 7 Oct 2009 19:03:58 -0400
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
another icon first.
I also tried to use setneedsdisplay using the delegate method - (void)
tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item
but this method never runs.
Any help would be appreciated
Mark.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden