Objective-C method 'imagePickerController: didFinishPickingMediaWithInfo:' provided by the method 'imagePickerController (: didFinishPickingMediaWithInfo :)' conflicts with the optional requirements method 'imagePickerController (: didFinishPickingMediaWithInfo :)' in the 'Ulpeer
The code is below. What's wrong? Using Xcode 6.4 Beta.
func imagePickerController(picker: UIImagePickerController!, didFinishPickingMediaWithInfo info:NSDictionary!)
user1457381
source
share