Problems with Cancel Button and UIActionSheet

前端 未结 3 1026
星月不相逢
星月不相逢 2021-02-19 20:13

How do I determine if the cancel button was pressed on a UIActionSheet?

My UIActionSheet is set up like this:

-(IBAction)fileButtonPressed
{
    UIAction         


        
3条回答
  •  独厮守ぢ
    2021-02-19 20:28

    add this

    [mymenu showInView:self.parentViewController.tabBarController.view];

提交回复
热议问题