Questions tagged [jsqmessagesviewcontroller]

JSQMessagesViewController is an elegant messages UI library for iOS (now deprecated).

385 questions
0
votes
1 answer

How to translate this code snippet in Objective-C to Swift

I wanted to modify the cell UI based the documentation mentioned here at enter link description here, but couldn't figure how to translate the super part. - (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collectionView…
0
votes
2 answers

is not a valid initializer for JSQMessagesBubbleImage error

I connect the framework, like: class MessagesViewController: JSQMessagesViewController { var outgoingBubleImage = JSQMessagesBubbleImage() } but it prints the next error: is not a valid initializer for JSQMessagesBubbleImage. Use…
user4809833
0
votes
1 answer

JSQMessages with Parse - Installation issue

I'm looking to implement JSQMessages into my existing Xcode project. I tried using CocoaPods but was unable to fix all the errors. I got so far as to only having an error with the Parse-lib not being found but after having no luck getting rid of it…
0
votes
2 answers

JSQMessaging & Group Chat

Does anyone know of any tutorials based using JSQMessage & Parse, but for group chats? I have a project I am currently working on that uses JSQMessage, but on one on one. I am still new to iOS and cannot find any tutorials.
Jenel Ejercito Myers
  • 2,553
  • 2
  • 16
  • 24
0
votes
2 answers

JSQMessage with video and photo content

I seeking, but cannot find information about this. Can I add video and photo in one bubble message cell? I implemented sending attachments one by one. JSQPhotoMediaItem *photoItem = [[JSQPhotoMediaItem alloc] initWithImage:[UIImage…
NilsHolgerson
  • 264
  • 2
  • 11
0
votes
3 answers

How to check a file is video or image?

I am developing a chat app using parse. I want to play the vodeo when users click on the video message and Display expandable image when the user click on the picture message. for that I need to differentiate image and video. Kindly guide me to do…
Ragul
  • 3,176
  • 3
  • 16
  • 32
0
votes
2 answers

JSQMessagesViewController in Swift with Xcode 6.3 Objective-C Selector issue

I am using JSQMessagesViewController in swift with Xcode 6.3 Any one know about this error? how to solve this?
0
votes
1 answer

How to send Pictures using JSQMessagesViewController?

I am using the JSQMessagesViewController in a Chat App I am making. I am able so successfully send and receive text messages but would like to add support for Images also. I have implemented the didPressAccessoryButton function which is executed…
user1406716
  • 9,565
  • 22
  • 96
  • 151
0
votes
1 answer

Using Parse Platform with JSQMessagesViewController Swift

I'm a beginner in iOS development and I want to create a chat app using Parse and JSQMessagesViewController. But when I compiled my project I have 50 errors. I used CocoaPods to install JSQMessagesViewController. Undefined symbols for architecture…
0
votes
1 answer

how to add date in JSQMessagesViewController

Somehow, I could add messageBubble in chat through JSQMessagesViewController. But, I am not sure how to add "date" in method. Could you please teach me about it ? JSQMessage *message = [JSQMessage messageWithSenderId:@"user1" …
Yaemon
  • 81
  • 1
  • 12
-1
votes
3 answers

How to: Constrain subview to safeArea Obj-c

How can I update this constraint code for iPhone X and up? This code doesn't support the new sizes of views and I feel as if it could be altered just a bit to fit the new specifications. Should an update be made in the function that holds…
Joshua
  • 481
  • 6
  • 21
-1
votes
1 answer

How to add custom menu options for chat bubbles - JsqMessage

I am using JSQMessage for a chat application. On long press i am able to display default menu options (Copy & Delete) Now the challenge is to add another option in menu. Any help will be appreciated. Code for the default menu option…
aqsa arshad
  • 801
  • 8
  • 27
-1
votes
1 answer

JSQMessengerViewController issue in iOS

I have installed JSQMessenger View Controller in my existing project. When I pass it to a view controller as a class it shows no error but when I tried to import the JSQMessengerViewController in my class file it shows that file not found. I don't…
Raheel
  • 39
  • 6
-1
votes
1 answer

Create custom bubble with jsqmessegesviewcontroller

I am using JSQMessagesViewController pod. I want to create custom bubble like below. Ignore the blue border. I am able to create a shape like image. But not able to add gradient effect. How can I add such gradient using core graphics?
Parth Adroja
  • 13,198
  • 5
  • 37
  • 71
-1
votes
2 answers

Can we share PDF or other documents using JSQMessanger?

We want to share PDF or other documents using JSQMessanger. Because we have used JSQMessanger for chating in our App.
ayushi
  • 101
  • 1
  • 11
1 2 3
25
26