vandadnp / iOS-8-Swift-Programming-Cookbook

This is the GitHub repository of O'Reilly's iOS 8 Swift Programming Cookbook
1.35k stars 481 forks source link

Objective-C method conflicts with optional requirement method #20

Open ochronus opened 8 years ago

ochronus commented 8 years ago

chapter-camera/Taking Photos with the Camera/Taking Photos with the Camera/ViewController.swift:36:8: Objective-C method 'imagePickerController:didFinishPickingMediaWithInfo:' provided by method 'imagePickerController(:didFinishPickingMediaWithInfo:)' conflicts with optional requirement method 'imagePickerController(:didFinishPickingMediaWithInfo:)' in protocol 'UIImagePickerControllerDelegate'