ios - GMSAutocompleteViewController 想要在搜索点击时获取搜索栏中的文本
<p><p>您好,我使用了 GMSAutocompleteViewController 全屏控制。
<a href="https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control" rel="noreferrer noopener nofollow">https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control</a> </p>
<p>我无法获得由搜索栏事件和 textfieldshouldreturn 事件尝试的键盘搜索点击事件,但它没有被调用。我想获取我在谷歌中找不到任何位置时输入的文本。</p>
<p> <a href="/image/9srrK.png" rel="noreferrer noopener nofollow"><img src="/image/9srrK.png" alt=""/></a> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>来自 <strong>Google Places API</strong> 文档..</p>
<p> <a href="https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control" rel="noreferrer noopener nofollow">https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control</a> </p>
<blockquote>
<p>Use a results controller when you want more control over the text input UI</p>
</blockquote>
<p>如果您使用的是 <code>GMSAutocompleteViewController</code>,则无法访问搜索栏。您必须使用 <code>GMSAutocompleteResultsViewController</code>。</p></p>
<p style="font-size: 20px;">关于ios - GMSAutocompleteViewController 想要在搜索点击时获取搜索栏中的文本,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/35916867/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/35916867/
</a>
</p>
页:
[1]