individualtermite
individualtermite

Reputation: 3765

Multiple TTPickerTextField in TTMessageController

Is there some way to use multiple instances of TTPickerTextField in one TTMessageController? I am currently only using the default "To" field with a .datasource, but I am unsure of how to add the others to the main controller.

Thanks for any help.

Upvotes: 0

Views: 538

Answers (1)

John Wang
John Wang

Reputation: 6126

There is now a Sample app at GitHub under the Samples that shows a way to handle this.

https://github.com/Three20/Samples/tree/master/MultiRecipients

Upvotes: 1

Related Questions