-2
Googleプレイスのオートコンプリートアドレスでは、テキストフィールドで予測を取得していますが、テキストボックスには保存されません迅速/ ios
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let indexPath = table1.indexPathForSelectedRow
let currentCell = table1.cellForRow(at: indexPath!) as! UITableViewCell
print(currentCell.textLabel?.text)
txtField.text = currentCell.textLabel?.text
UserAddress = txtField.text
}