How do I determine if the cancel button was pressed on a UIActionSheet?
My UIActionSheet is set up like this:
-(IBAction)fileButtonPressed { UIAction
add this
[mymenu showInView:self.parentViewController.tabBarController.view];