uisearchbar iphone 如何获取字符串

发布于 2024-11-27 10:42:55 字数 94 浏览 1 评论 0原文

我有一个关于 iphone 的 uisearchbar 的问题。我如何才能访问用户在搜索栏中输入的字符串并将其存储在单独的 NSString 中,以便每次输入的击键都会更新?

i have a question regarding uisearchbar for the iphone. How can i get access to the string the user is typing in the search bar and store it in a separate NSString, so it updates for every keystroke entered?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贱贱哒 2024-12-04 10:42:55

您将 UISearchBar 委托 设置为一个实现 UISearchBarDelegate< /a> 接口。

每当搜索栏中的文本发生更改时,都会调用方法“searchBar:textDidChange:”。

You setup the UISearchBar delegate to a object that implements the UISearchBarDelegate interface.

The method 'searchBar:textDidChange:' is called whenever the text in the search bar is changed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文