开发者

How to dismiss UIActionSheet automatically

开发者 https://www.devze.com 2022-12-08 01:51 出处:网络
I have a requirem开发者_StackOverflow中文版ent 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 by

I have a requirem开发者_StackOverflow中文版ent 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 by program on a particular event. Any idea guys, how can i dismiss this actionsheet progratically?


Use:

- (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated
0

精彩评论

暂无评论...
验证码 换一张
取 消