开发者

Recipients bar in an iPhone App

开发者 https://www.devze.com 2023-04-09 13:51 出处:网络
I would to insert a recipients bar in an iPhone application, a bar that list address book items when I type chars on it, the same that is used in the iPhone SMS native app开发者_StackOverflow社区licat

I would to insert a recipients bar in an iPhone application, a bar that list address book items when I type chars on it, the same that is used in the iPhone SMS native app开发者_StackOverflow社区lication. How can I do?


This is achieved using a UISearchDisplayController. You can see how to do this in Apple's TableSearch example code.


Apple doesn't provide a public API for that type of input field. You can implement it yourself, or you can look for someone else's implementation, like JSTokenField.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号