A UI Library for adding "Messages" like Chat to any iOS Application. A community-driven replacement for JSQMessagesViewController.
Questions tagged [messagekit]
111 questions
-1
votes
1 answer
How to reduce space between 2 message cell in MessageKit Library Swift?
I'm using MessageKit Chat Library. I removed the Avatar View from message cell. But the space between 2 message cells is too much. I want to reduce space between 2 message cell. how can I do that ?
Edit:

redwheelbarrow
- 93
- 1
- 7
-1
votes
2 answers
I am getting this error of "SenderType' cannot be constructed because it has no accessible initializers" while using the MessageKit in swift
I am using the latest version of the MessageKit for the practice, and I am getting this error of "'SenderType' cannot be constructed because it has no accessible initializers" during compilation,
why it happened and please recommend the solution as…
user11093104
-1
votes
1 answer
MessageInputBar disappear after tapping the input bar
Please note that I use this project in my swift app:
https://github.com/instamobile/messenger-iOS-chat-swift-firestore
I have tried to include chat in my running app. When I tap the input bar it disappears. I test the same code in the new swift app…
-2
votes
1 answer
Boolean condition is not working in Swift
I'm using the message Kit. In a chatDashbaord extension I've boolean condition like if the isnewConversation contain true then call the function insertConversation2 and if isnewConversation contain false then call the function sendMessag.But I've…

Faheem
- 97
- 5
-2
votes
2 answers
How to Make MessageKit Chat app without using fireBase in Swift?
I need to create MessageKit Chat app without using FireBase in Swift?
Thanks in Advance.

Sreekanth G
- 658
- 6
- 13
-3
votes
1 answer
Swift MessageKit - Argument labels '(type:)' do not match any available overloads
I have begun to try to use MessageKit from the Firebase Chat tutorial that uses MessageKit so far. I have come across this error that does not appear inside the tutorial project. When I try to use the code from the tutorial project I am getting this…

Lukas Bimba
- 817
- 14
- 35