classes in obj.c
Posted
by palominoz
on Stack Overflow
See other posts from Stack Overflow
or by palominoz
Published on 2010-06-03T14:02:40Z
Indexed on
2010/06/03
14:04 UTC
Read the original article
Hit count: 212
iphone
|objective-c
@interface MainViewController : UIViewController < FlipsideViewControllerDelegate >{ }
I am quite new to object oriented languages & especially obj.c.
I need to use addressbook framework within this class.Apple documentation suggests this code:
@interface ViewController : UIViewController < ABPeoplePickerNavigationControllerDelegate > {}
I was wondering how to use at the same time FlipSideControllerDelegate & ABPeoplePickerControllerDelegate.
In fact I really can't understand what i am doing:)
© Stack Overflow or respective owner