IOS:在表格视图中搜索名称

发布于 2024-11-10 05:18:59 字数 222 浏览 2 评论 0原文

我有一个 4 行的表格视图,每行都有一个名称和描述: 我举一个愚蠢的例子:

1 - 苹果红 2 - 三绿 3 - 家庭大 4 - 此表视图内的大表

我插入一个搜索栏,当我在此搜索栏中写入时,我只想显示我开始写入的单词。

例子: 如果在搜索栏中我写“a”,我只想在表格视图中看到“苹果红”或 如果在搜索栏中我写“t”,我只想在表格视图中看到“三个绿色”和“表格大”。 我该怎么做呢?

I have a tableview with 4 rows and in every row there is a name and a description:
I make a stupid example:

1 - Apple red
2 - Three green
3 - Home big
4 - Table large

inside this tableview I insert a search bar and when I write inside this search bar I want to show only words that I begin to write.

example:
if in the search bar I write "a" I want to see in tableview only "apple red" or
if in the search bar I write "t" I want to see in tableview only "three green" and "table large".
How can I do it?

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

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

发布评论

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

评论(1

简美 2024-11-17 05:18:59

查看 TableSearch 示例代码项目。它应该向您显示您需要的一切:
http://developer.apple。 com/library/ios/#samplecode/TableSearch/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40007848

Have a look at the TableSearch sample code project. It should show you everything you need:
http://developer.apple.com/library/ios/#samplecode/TableSearch/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40007848

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