-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi,
I am adding new message from opponent using following code,
let chatController = LGChatController()
let helloWorld = LGChatMessage(content: "Hello World!", sentBy: .Opponent)
chatController.addNewMessage(helloWorld)
then it is crashing and i got result as following,
Terminating app due to uncaught exception 'NSRangeException', reason: '-[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:]: row (0) beyond bounds (0) for section (0).'
because "LGChatMessage" is empty.
So how can i add new message from opponent? It's working fine when i am adding message from user.
Please help me.
Thanks in advance. :)
Metadata
Metadata
Assignees
Labels
No labels