JSQMessagesViewController is an elegant messages UI library for iOS (now deprecated).
Questions tagged [jsqmessagesviewcontroller]
385 questions
2
votes
1 answer
JSQMessagesViewController in half screen ios swift
I am going to create chat app using ios native sdk (Swift) and i found JSQMessagesViewController for chatting.
Can I use it in my app and apple will allow this?
Also I have inherited JSQMessagesViewController in my viewController.
I have used…

GAMERB
- 27
- 5
2
votes
1 answer
JSQMessages feedback customization
I'm using JSQMessages (https://github.com/jessesquires/JSQMessagesViewController) to handle chat within my application.
I would like to show inside JSQMessages UI if the message was delivered, if the message was read by the other end or if there was…

danflu
- 325
- 8
- 25
1
vote
0 answers
Collection view inside JSQ message bubble chat
I am using IOS, firebase, and JSQ Messaging. I want to display a collective view inside the JSQ Message bubble chat in both incoming and outcoming. The scenario is the following:
If the message type was: "Collection", then a collection view inside…

Mohamad Hassan Hijab
- 11
- 2
1
vote
0 answers
MessageKit won't build when integrating into app
I'm trying integrate MessageKit with my project. I'm getting 3 errors when attempting to build:
1. Header 'MessageKit-Swift.h' not found
2. :0: error: could not build Objective-C module 'MessageKit'
3. No such module 'InputBarAccessoryView'
I've…

techgirl
- 293
- 1
- 3
- 18
1
vote
0 answers
How do I display a users firebase account name using JSQMessages?
I am trying to retrieve a persons user information such as, first and last name from the firebase database and have it displayed above the message bubble when a user sends a message to another user.
Below is my code. I am able to send send…

AP.fix
- 37
- 1
- 7
1
vote
0 answers
How to add Extra Parameter(messageID) to JSQMessagesViewController in Swift 3?
I am using JSQMessagesViewController,I know it's depreciated but still i want to use, I want to add extra parameter with messageID to Objective-C file JSQMessage.h & JSQMessage.m because it has its default paramter's
-…

ashwani5389
- 75
- 8
1
vote
0 answers
Resize JSQMessagesViewController frame on change of container view height
How to resize JSQMessages ViewController. I want mention one UiView in top of the main view , but when I use JSQMessagesViewController it covered total view size but I need to resize that JSQMessagesViewController.
Actually Im new for iOS objective…

Saiprabhakar
- 85
- 8
1
vote
3 answers
How to access the value of cell outside of method in collectionView in Swift?
I'm using JSQMessage library with the JSQMessageCollectionViewCell. How can i access the value of cell outside of method cellForItem atIndexPath.
Here is the method
override func collectionView(_ collectionView: UICollectionView, cellForItemAt…

Trung Nguyen
- 138
- 3
- 14
1
vote
1 answer
Collection view not scroll smoothly when fetch data from firebase using Swift?
I am making the Chat app using JSQMessage library and Firebase back-end service. I got the problem when user send a lot of media messages like image or video. I also use SDWebImage library but it can not solve the problem. When i run my app in…

Trung Nguyen
- 138
- 3
- 14
1
vote
0 answers
Swift 3: Adjust MessageBubbleSize according to Maximum text length
I want to show senderName and timeStamp in messageBubble. I have searched a lot, and tried various solutions mentioned in issues section of JSQMessagesViewController Library and on SO.
I tried adjusting width in sizeForItemAt but it did not reflect…

Bella
- 88
- 1
- 15
1
vote
3 answers
How to implement a mechanism for users to block abusive users using firebase with help of JSQMessagesViewController in swift 4
I have implemented one-to-one chat using "Firebase" with the help of "JSQMessagesViewController" in swift 4 and I have submitted my app to Appstore. But, app gets rejected and asking for "A mechanism for users to block abusive users".
So, how I can…

Sagar Sukode
- 1,361
- 12
- 23
1
vote
0 answers
TextView not moving up with keyboard
I am using JSQMessageController in my chat application. In that view controller i have added one more text view at the top to add recipients. JSQMessage chat bar goes up if the focus is on JSQMessage chat bar, it doesn't goes up if the focus is on…

aqsa arshad
- 801
- 8
- 27
1
vote
1 answer
JSQMessageView Controller in IOS App
i'm using JSQMessages View Controller third party lib in my app for firebase chat. As following some video and documents i have used all the delegates and datasource methods in my class and name my subclass as JSQMessagesViewController. But when i…

siddle
- 137
- 2
- 10
1
vote
1 answer
How to add a static header in JSQMessageView Controller
How i can add header just like the image below which should not scroll up with view controller.

aqsa arshad
- 801
- 8
- 27
1
vote
1 answer
how do I just show the profile Image next to the last message of an user in a chat
I am using JSQ Messages Controller to add a chat feature to my app, but I also managed to create one on my own with a collectionview. However Injust can‘t figure out how to show the profile picture just next to the last message of an user.
For…

AlexVilla147
- 283
- 2
- 15