如何实现自动完成表格视图google maps swift?

时间:2017-03-01 17:23:43

标签: ios swift google-maps

我正在尝试为城市实施Google地图自动填充功能。当他们在文本字段中键入时,表视图应根据用户的输入自动填充潜在的城市。现在,我想在日志中打印结果,但我不确定我是否正确执行此操作。这是我的日志map: { 'app': './src', 'rxjs': 'npm:rxjs', 'typescript': 'npm:typescript@2.0.2/lib/typescript.js', 'ng-ui-application': 'npm:ng-ui-application/index.js' <--- here ! }, //packages defines our app package packages: { app: { main: './main.ts', defaultExtension: 'ts' }, rxjs: { defaultExtension: 'js' } <--- I deleted it ! }

中显示的结果
Result Austin{
    GMSAutocompleteMatch = "<GMSAutocompleteMatchFragment: 0x608000235e60>";
}

1 个答案:

答案 0 :(得分:2)

您正在打印属性字符串。当您将其显示在UILable的{​​{1}}属性中时,不应显示此内容。请参阅下面的示例

当您呼叫attributedText在数组中保存结果并通过调用result in results重新加载tableview时。在tableView数据源中,将行数设置为数组中的项数。然后在tableView.reloadData内执行以下操作

cellForRowAtIndexPath