Can one class implement two delegates ?
I am able to compile, but things don't work as I would expect at runtime. My Actionsheets worked fine until I added Alerts to my app.
My class is defined as follows in the .h file :
@interface ElderViewController : UIViewController
<UIActionSheetDelegate,UIAlertViewDelegate> {
Is this wrong ?
Thanks!
Kim
|