UIActionSheet event not firing
问题 I have a UIActionSheet to provide user options on a table view controller. I have implemented this before without issue, but for some reason now, my event handler does not fire when a button is clicked. In my header file, I have implemented the proper delegate as follows: @interface GaugeDetailTableViewController : UITableViewController <UIActionSheetDelegate> In my implementation, I have the following code to support the action sheet: -(void)loadPopup{ UIActionSheet *popup = [[UIActionSheet