ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

athieme's profile - activity

2014-07-03 09:51:50 -0500 received badge  Popular Question (source)
2014-07-03 09:51:50 -0500 received badge  Notable Question (source)
2014-07-03 09:51:50 -0500 received badge  Famous Question (source)
2012-03-14 05:39:29 -0500 asked a question Need detailed Objective-C code to create tokens

I require detailed Objective-C code (.h and .m lines of code) to create tokens (rounded blue box around text) as a user types text in iPhone UITextField. As the user types, the code should look ahead to present options from the data source. My data source will be the iPhone address book. I would be happy with looking up against a Set or Array or any other simple data source.

I have searched long and hard, including Apple documentation and have been unable to find code that works for iPhone. I have seen mention of NSTokenField but that seems to only work for Mac desktop applications. I tried to find an iPhone delegate of NSTokenField, but things like NSTokenFieldDelegate appear to only work for Mac desktop applications. If I'm wrong, then again, detailed code would be helpful.

Note, I do not want to import any other code libraries since I'm trying to keep this application as small as possible with minimal (no) external dependencies.

Thanks in advance.