I would like to create a messaging service on my app which would look like the texting interface on the iPhone. The mail client would be used with Google Mail, so I would need to get the username and password from UITextFields.
Could this be done with the Google API and with the texting/messaging style interface?
Thank you,
James
This video tutorial (or this one that subclasses UITableViewCell) shows a pretty simple way of creating an SMS-style user interface; they even give you a link to the Xcode project from the tutorial video and a zip file with the images you would need to pull this off. This is done by customizing the cells of a UITableView to get the message data to display in the correct style.