I have a simple idea, but I am stuck with it. :(
I am using swift and Parse. I want to send a message to a specific user. and I want this message displayed like this... example for the tableviews by sketch
In MSG table view, it should be empty until the users send messages. Then, lists of users that sent messages to this specific user updated with the last message received. In User1 table view, the user name displayed in the navigation controller, and list of user1 messages sorted by the time and date.
How can I achieve that, would you help me please?