You still have to implement that delegate. The UIImagePickerController inherits from the navigation controller. That is why you are required to implement that delegate as well. All you have to do is add it to your header file, then the warning disappears. You actually dont have to put any code in to work with the nav controller delegate.
|