objective c - Error at ABPeoplePickerNavigationControllerDelegate - XCode -


i'm following tutorial accessing contact list. i`m getting error on following line @ viewcontroller.h

@interface viewcontroller : uiviewcontroller <abpeoplepickernavigationcontrollerdelegate> 

why abpeoplepickernavigationcontroller getting error? error message "cannot find protocol declaration"

you need add:

#import <addressbookui/addressbookui.h> 

to .h file , add addressbookui framework project.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -