Question

I need to build an app such as "Messages" in iPhone, but easier (don't need to send messages to server, only in datebase). I was faced with some questions. http://www.ibm.com/developerworks/library/x-ioschat/index.html In this tutorial messages look like TableView, how can I do them such as in iPhone standard messanger (comics speach). And how can I implement bar with camera button, text box and send button (what class is responsible for this)?

Was it helpful?

Solution

You are in luck good sir, there is already a class that can fix you up with this and avoid all the work, it's called AcaniChat (screenshot provided). Or you can even see at Sam Soffle's SSMessagesViewController, he is a well known iOS developer who built this class.

It will definitely help you, if you want to mimic that behavior.

AcaniChat

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top