I have a to implement something similar to a chat.
So I thought I will add a scrollview then a table view then a view for textfield and send button then on top of it a tableview.
I also have a tabbar on bottom
Is this the right approach. I also wanted to bring the keyboard up and move the text box upwards
The images is not containing a scroll view because when ever i put a scroll view its screws me up
Additionally I also want to know how to increase the size of the rows depending on the chat message. just a crude drawing
this is what I have achieved so far
I am not able to increase the size of the label according to the data, nor I am able to bring the textfield up when the keyboard is showing. :(
See Question&Answers more detail:os