How to dismiss UIActionSheet automatically

后端 未结 1 1221
面向向阳花
面向向阳花 2021-01-17 12:38

I have a requirement where i am showing actionSheet but in case user does not dismiss this actionsheet by selecting one of the option, i want to dismiss this automatically b

相关标签:
1条回答
  • 2021-01-17 13:13

    Use:

    - (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated
    
    0 讨论(0)
提交回复
热议问题