Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TTPickerTextField example

I've been trying all day and just can't make the the TTPickerTextField work. It displays, I set its dataSource to the example code's MockDataSource and type in a name from the mock and it doesn't work. There doesn't seem to be any documentation or any examples anywhere on the internet, something that I find surprising.

So: does anyone have (or can anyone throw together) a really simple example of how the TTPickerTextField works? All I want to do is have someone type something in and put it in a bubble, like in the iPhone Mail app.

like image 862
Tim Sullivan Avatar asked Oct 13 '10 22:10

Tim Sullivan


1 Answers

Have you seen this example?

https://github.com/shayne/TTPickerTextFieldDemo

like image 145
Sergio Avatar answered Nov 05 '22 01:11

Sergio