JSQMessagesViewController is an elegant messages UI library for iOS (now deprecated).
Questions tagged [jsqmessagesviewcontroller]
385 questions
-1
votes
1 answer
Delete messages JSQMessagesViewController
Im using JSQMessagesViewController to implement chat to my app.
How can I delete messages?
I found this method to handle deletion:
override func collectionView(_ collectionView: JSQMessagesCollectionView!, didDeleteMessageAt indexPath: IndexPath!)…

Eugene Strelnikov
- 235
- 2
- 10
-1
votes
1 answer
Messages do not show up in JSQMessagesViewController (swift)
I am trying to build a chat app in swift using JSQMessagesViewController. Unfortunately, messages do not appear on screen. The only thing visible is the input bar.
I followed the instructions in this tutorial:…

Alexander
- 51
- 10
-1
votes
1 answer
Alignment issue with JSQMessageViewController
msgStr= [dict valueForKey:@"enquiry_body"];
NSDictionary *dictionay = [dict objectForKey:@"createdBy"];
idStr= [dictionay valueForKey:@"_id"];
JSQMessage *newMessage= nil;
newMessage= [JSQMessage messageWithSenderId:idStr displayName:@""…

himanshu
- 25
- 1
- 7
-1
votes
1 answer
How to disable links in Swift
I have built a simple messaging app using jsqmessagesviewcontroller and I was wondering if there would be any way to disable a user from sharing a website url? Thanks

Ahad Sheriff
- 1,829
- 8
- 24
- 46
-1
votes
2 answers
How to remove attachment icon on jsqmessagesviewcontroller
By default its like this without any customization, its not me who add the icon
Here is what I got:
What I'm looking for:

Gilber
- 59
- 10
-1
votes
1 answer
combine text message with image in a bubble
How do I combine both the image and text in a bubble like this
Currently,the only thing I achieved is splitting them with
let mediaItem = ChatImageJSQPhoto(image: image)
let outgoingBool = chat.sender!.id !=…

Happiehappie
- 1,084
- 2
- 13
- 26
-1
votes
1 answer
Error in JSQMessages.h
I added JSQMessageViewController to my project. I went to the bridging header file and added #import "JSQMessagesViewController/JSQMessages.h" and I get the following error in JSQMessages.h.
Why is Xcode not able to find it?

user1406716
- 9,565
- 22
- 96
- 151
-1
votes
1 answer
My JSQMessagesViewController is empty
I have implemented a UIViewController subclass where I display a UIView using a storyboard. The view is embedded in a UITabViewController. I have copied the demo and removed the parts that seem to be just for a demo (existing messages).
Currently…

Eric
- 5,815
- 3
- 25
- 34
-2
votes
1 answer
Time And Date in JSQMessagesViewController in Swift 3
I am having a chat app using jsqmessangerViewController everything is working fine but I don't know how to add a date in header and time in chat cell in swift.

praveen srivastava
- 23
- 1
- 4
-2
votes
1 answer
JSQMessagesViewController show message time for each message
I am stuck with JSQMessagesViewController and searching for solution to show message time for each message similar like Whatsup or Viber shows.
Thanks folks!

Nikola Jovic
- 2,329
- 2
- 16
- 17