I want to create a chat application as shown in the image below:
The color is a UITextView
. But the problem is how can I make the text (Entered from the UITextField) display on the bottom of the UITextView
?
Usually, when I try to append text, it always displays from the top. But, How can I display from the bottom ?
Note: I have been stuck in this very problem for days, and I dont have any useful code to demonstrate.