unable to receive callback from second view controller
问题 I have got two view controllers. Im trying to pass data to the previous viewcontroller I have the following code in my second view controller CEPeoplePickerNavigationController @class CEPeoplePickerNavigationController; @protocol CEPeoplePickerNavigationControllerDelegate <NSObject> - (void)previousViewController:(CEPeoplePickerNavigationController *)controller itemToSend:(NSString *)item; @end @interface CEPeoplePickerNavigationController : UIViewController <UITableViewDelegate