Kenta Kodashima
1 min readNov 20, 2018

--

I think your problem is the line below. You should extend ‘RegisterController’ instead of ViewController. That’s why Xcode doesn’t recognize ‘registerProvincia’ outlet.

extension ViewController: GMSAutocompleteViewControllerDelegate {

--

--

Kenta Kodashima
Kenta Kodashima

Written by Kenta Kodashima

I'm a Software Engineer based in Vancouver. Personal Interests: Books, Philosophy, Piano, Movies, Music, Studio Ghibli.

Responses (1)