I am having two array's, one is senderArray and other is recieverArray. In both arrays i have Messages data in JSON format.
Now i want to display all data in left(recieverArray) and right(senderArray) of table view.
Something like this -
Please suggest me how could i do it.