I’m pretty new to iPhone dev, so any help is appreciated.
I am creating an action sheet within a function and adding it to the current view. I have the sheet delegate as ‘self’ and the action sheet is not retained. Is there a function like the datePicker’s didSelectRow? Something like “didDismissWithButtonAtIndex” or something that lets me detect when an action sheet is closing?
Thanks,
Mike
The UIActionSheetDelegate method
– actionSheet:didDismissWithButtonIndex:is what you’re looking for. From the documentation: