Hello 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 by program on a particular event. Any idea guys, how can i dismiss this actionsheet progratically?
+2
A:
Use: - (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated
klaaspieter
2009-10-11 20:11:47
Thanks for quick reply
iamiPhone
2009-10-11 20:37:29