This is a simple question that can be answered fast by someone who\'s more familiar with Objective-C than I am- how can one add more than 2 delegates to a Class?
To
The correct declaration for a class that implements multiple protocols is a comma separated list
@interface ViewController : UIViewController <UIWebViewDelegate, UITextFieldDelegate> { ...