I have a TableViewController with cells that display the name, picture and last message between the logged in user and any other user in the app. Because a single cell is appended to only display the name of the not logged in user. The cell has both names of the logged in user and not the logged in user, so in order to display the not logged in user's name, I used this code.I have a TableViewController with cells that di