You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been able to install and use the basic TableViewCell Google Places field, but I am not sure how to use customizeTableViewCell to customize the table view that shows the Google Place Autocomplete options.
If you just want to change minor things of the cells that display the options (you will most probably want to) then the customizeTableViewCell callback is for you.
The documentation also says
You can customize attributes of the tableView that is displayed with the options. You should do this in cellSetup and keep in mind that the frame of the tableView is reset each time the tableView is displayed.
This is how currently the Autocomplete TableView looks like-
But I have absolutely no idea how to use customizeTableViewCell inside cellSetup() callback function, couldn't find any example or documentation detailing this online as well. Nothing in the sample code in Github. Sorry, I am a little new to Swift, so any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered:
annjawn
changed the title
Need help with using customizeTableViewCell
Need help with using customizeTableViewCellJul 7, 2017
annjawn
changed the title
Need help with using customizeTableViewCell
Need help with using customizeTableViewCell
Jul 7, 2017
annjawn
changed the title
Need help with using customizeTableViewCell
Need help using customizeTableViewCell
Jul 7, 2017
Hi,
I have been able to install and use the basic TableViewCell Google Places field, but I am not sure how to use
customizeTableViewCell
to customize the table view that shows the Google Place Autocomplete options.This is what my GooglePlacesRow looks like-
The documentation says-
The documentation also says
This is how currently the Autocomplete TableView looks like-
But I have absolutely no idea how to use
customizeTableViewCell
insidecellSetup()
callback function, couldn't find any example or documentation detailing this online as well. Nothing in the sample code in Github. Sorry, I am a little new to Swift, so any help will be greatly appreciated.The text was updated successfully, but these errors were encountered: