Skip to content

Adding new message in chatview #43

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. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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