Advertisement
Guest User

Case

a guest
Feb 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.31 KB | None | 0 0
  1.        case Message.DELIVERY_STATUS_READ: //this time string should be updated to a time when the msg was actually read. not sent.
  2.             cell.timestamp.text = "Seen at \((currentTime))" // this always prints the current time today for all messages read and not the time that the message was actually read.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement