Is there an iPhone equivalent to the NSTokenField control?

前端 未结 4 1027
刺人心
刺人心 2020-11-29 05:41

In my app I want the user to type names into a UITextField (or equivalent) and then when they press return, it will put that word(s) in a blue bubble that\'s usually associa

4条回答
  •  情深已故
    2020-11-29 06:19

    edited:

    The equivalent control in desktop Cocoa is an NSTokenField, but there doesn't seem to be an equivalent for Cocoa Touch.

提交回复
热议问题