Questions tagged [jsqmessagesviewcontroller]

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

385 questions
6
votes
0 answers

iOS - JSQMessagesViewController Chat Bubble Height Not Adjusting (Text Cuts Off)

I'm using JSQMessagesViewController to get chat functionality in my app that communicates with a server. However, the chat bubbles are extremely unpredictable and their size is never adjusted correctly. The text is always cutting off because the…
Rafi
  • 1,902
  • 3
  • 24
  • 46
5
votes
1 answer

InputToolbar Send button not working

I am working with JSQMessagesViewController and Firebase to implement a chat feature in my app. I had everything working well in my ChatViewController. But now I have moved my ChatViewController into a container view that is within a parent view…
MikeG
  • 3,745
  • 1
  • 29
  • 51
5
votes
2 answers

'InvalidPathValidation' while using Swift 3

I have an app that uses Firebase to send and receive messages between users. During the process of updating my code to the new Swift 3 so that I can add the cool new features of iOS 10 to my app, I ran into several errors. I was able to fix the…
Ahad Sheriff
  • 1,829
  • 8
  • 24
  • 46
5
votes
0 answers

JSQMessages How to send a location media message

I use the follow code to send a JSQMessage with location, I dont have any error but the message doesnt show in view. func locationManager(manager: CLLocationManager, didUpdateLocations locations: [CLLocation]) { var latestLocation: CLLocation =…
Paolo Gdf
  • 759
  • 3
  • 10
  • 15
4
votes
5 answers

How to resolve Abort trap: 6 ERROR - xcode 12

We have faced the issue of "abort trap 6" in Xcode 12. Due to this reason app not running using Xcode 12. We are using the swift 5 versions and jsqmessageviewcontroller objective c library. Below errors getting in Xcode 12. :0: error: fatal…
4
votes
6 answers

jsqmessagesviewcontroller inputToolBar IOS 11 iphone X Swift4

I know that this library is already deprecated, but has anyone fixed the problem with the inputToolBar and iPhone X? Currently the inputToolBar is partially covered.Check out the attached image. Thanks in advance
Sami Ali
  • 163
  • 3
  • 10
4
votes
0 answers

One of two collection views not showing up

I've been trying to diagnose the problem here but I really can't figure out what went wrong. I had a collection view (of messages) showing up fine, until I added an additional collection view in the navigation bar. This is the setup for the second…
KingTim
  • 1,281
  • 4
  • 21
  • 29
4
votes
1 answer

Add a custom header in JSQMessageView Controller

In my chat application I am using JSQMessagesViewController for rendering the conversation. For starting a conversation i've to add recipients in header of View controller & header should grow with number of recipients. How can i achieve this ?
aqsa arshad
  • 801
  • 8
  • 27
4
votes
2 answers

JSQMessagesView problems with animating row height change

I am implementing a simple messenger for my app where the users can chat among themselves. The messenger is based on UICollectionView (JSQMessagesViewController) where each message is represented by one UICollectionView row. Each message also has a…
Adam
  • 1,054
  • 1
  • 12
  • 26
4
votes
1 answer

JSQMessagesViewController + Firebase (3.4.0)

I recently updated my project from Firebase (2.5.1) to Firebase (3.4.0) by installing the following in my Podfile: pod 'Firebase/Database' pod 'Firebase/Core' pod 'Firebase/Auth' With that being said, I updated my project according to the…
4
votes
1 answer

jsqmessagesviewcontroller link color

I am using JSQMessagesViewController but I want outgoing messages to be white. I was able to change the text color so outgoing message text color is black while incoming message text is white. However, whenever a link is sent, on the outgoing side…
Jacolack
  • 1,365
  • 2
  • 11
  • 25
4
votes
2 answers

jsqmessagesviewcontroller like elagant message library for android

I am trying to create a messaging app and want to use any existing messaging library for doing so. I found Jsqmessagesiviewcontroller library for IOS which is open source and is pretty easy to use. However, I am not able to find any similar library…
ggsrivas
  • 583
  • 7
  • 19
4
votes
0 answers

UICollectionView InfinityScroll jump effects

i'm making an messenger app, like telegram, i would like to implement an infinite scroll, i use JSQMessageViewController for the chat. this is the code for infinite scroll: override func scrollViewDidScroll(scrollView: UIScrollView) { …
Luca Becchetti
  • 1,210
  • 1
  • 12
  • 28
4
votes
4 answers

How to import JSQMessagesViewController in swift?

I am working with xcode 6.3, swift 1.2 and I install the "JSQMessagesViewController" library with cocoapods. Here is my pod file: pod 'JSQMessagesViewController' and my bridge file: #import then I get the…
jerry_sjtu
  • 5,216
  • 8
  • 29
  • 42
3
votes
1 answer

Pod missing homepage in Swift?

I pod the JSQMessage library but got the error. Please help me how can i fix this. This is what i wrote in pod file: pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop' And…
Trung Nguyen
  • 138
  • 3
  • 14
1
2
3
25 26