开发者

Recipients bar in an iPhone App

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜