How can I make a ViewController conform to multiple protocols?

Posted by Moshe on Stack Overflow See other posts from Stack Overflow or by Moshe
Published on 2010-04-08T23:36:06Z Indexed on 2010/04/08 23:43 UTC
Read the original article Hit count: 270

Filed under:
|
|

I want to include Core Location and I'm trying to follow this tutorial: http://www.mobileorchard.com/hello-there-a-corelocation-tutorial/ and I am using SDK 3.2.2.

@interface MainViewController : UIViewController <FlipsideViewControllerDelegate>{ is the code right now.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about objective-c