ios Swift - API GoogleMaps - not conform protocol GSMAutocompleteViewControllerDelegate
问题 I'm trying to use API GoogleMaps in an ios app to make an auto-completion, but I can't get my hand on the problem, I search for it but it seems I'm the only one to have it. MyViewController doesn't conform to protocol GSMAutocompleteViewControllerDelegate class MyViewController: UIViewController { @IBAction func onLaunchClicked(sender: AnyObject) { let acController = GMSAutocompleteViewController() acController.delegate = self self.presentViewController(acController, animated: true,