我正在尝试为城市实施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>";
}
答案 0 :(得分:2)
您正在打印属性字符串。当您将其显示在UILable
的{{1}}属性中时,不应显示此内容。请参阅下面的示例
当您呼叫attributedText
在数组中保存结果并通过调用result in results
重新加载tableview时。在tableView数据源中,将行数设置为数组中的项数。然后在tableView.reloadData
内执行以下操作
cellForRowAtIndexPath