View Single Post
Old 05-27-2009, 02:06 PM   #1 (permalink)
IndieKim
 
Join Date: May 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question 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
IndieKim is offline   Reply With Quote