开发者

Showing tokens in UITextField

开发者 https://www.devze.com 2023-01-02 22:07 出处:网络
I want to get tokens appearance in UITextField as we have in NSTokenField ie. as soon as user enters some name in

I want to get tokens appearance in UITextField as we have in NSTokenField ie.

as soon as user enters some name in UITextField it gets enclosed within a token.

We have this control in to-cc fields in mail in iPhone / iPod and I开发者_如何学运维 want to get similar feature in my application.

Can anyone suggest me some solution for it??

Thanks,

Miraaj


The TTMessageRecipientField control does this, so you might be able to just repurpose that control.

0

精彩评论

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