Skip to content

Adding new message in chatview #43

@bhushanishere

Description

@bhushanishere

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions