I’m trying to replicate the iOS SMS Composer, but I need to change the data source for the contacts that are recognized and that are converted into the little blue things. They shouldn’t be loaded from the phone’s contacts, and I’m retrieving that data via JSON.
Are there any libraries out there that do this?
I don’t think this is possible.
However, there is a library called Three20 which has a custom Message Composer (TTMessageController). That allows pointing the data source to a JSON data.
http://three20.info/