jsqmessagesviewcontroller Questions

2

Solved

I am using JSQMessageViewController and I am facing the issue (only in ios14) that i cant see media items like Images, Video and Audio in device though these views are generating debug view hierarc...
Demarche asked 21/9, 2020 at 10:15

8

Solved

I have tried the swift example of JSQMessageViewController inside iOS 11 simulator. Here is the result:screenshot I have tried using safe area margin and modify the toolbar constraint but there is...
Pilpul asked 27/9, 2017 at 5:17

2

Solved

I'm implementing a "search in chat" feature and I want the searched word to be highlighted in messages. The problem, as described in title, is that if the word is the first of a line (long messages...

2

I'm working on a project that uses the JSQMessagesViewController library. Has anyone successfully animated the typing indicator, and if so could they share their approach? Thanks!
Galantine asked 29/9, 2015 at 21:49

5

Solved

I have been trying to fix this a few days before. I was adding JSQMessagesViewController to my iOS project. Added the library manually by dragging and dropping the JSQMessagesViewController folder ...
Promptitude asked 20/1, 2016 at 12:5

3

Solved

Its possible change logic of collectionView: attributedTextForCellTopLabelAtIndexPath: delegate method for show date timestamp not by indexPath.item % 4 == 0? how like in SOMessaging day by day? or...
Phantasmal asked 9/7, 2015 at 4:47

4

Solved

I have the following function that gets called for adding a message: func addMessage(text: String, displayName: String) { let message = JSQMessage(senderId: "tester", displayName: displayName, ...
Benzine asked 14/3, 2016 at 23:20

0

I have one View Controller named "Home". I embed it in Navigation Controller. self.navBar.topItem?.title = "Home" I would like to change "Tharlon" font to my UIViewController title bar. self....

0

I want to send document files in JSQMessageViewController for an application I am building. How to do that?
Gilbertson asked 10/5, 2017 at 10:52

3

How can I change JSQMessagesController "Send" button from just String to UIImageView? Now it looks like: Can I change this "Send" to image? I've tried: let sendButton = JSQMessagesInputToolba...
Dreda asked 24/9, 2015 at 6:58

1

Solved

I'm trying to use JSQMessagesVC in my Swift 3 project. It was installed via cocoa pods and everything looks fine. The problem is I can't implement collectionView methods and a keep getting errors. ...
Chantey asked 14/12, 2016 at 12:24

2

Solved

I have two projects which both use JSQMessagesViewController, however in one of them I am getting the error: "Could not build Objective-C module 'JSQMessagesViewController'", whereas the other one ...
Kienan asked 28/6, 2016 at 12:37

2

Solved

I have a Swift project and am trying to use JSQMessagesViewController within it. I have used cocoapods to install the framework and am importing it using a swift import statement. import JSQMessag...
Pankhurst asked 3/8, 2015 at 20:46

2

Solved

I have just downloaded the Xcode 8 Beta so that I can include some of the new iOS 10 frameworks in my app. However, during the process of converting my code from Swift 2 to Swift 3, I ran into seve...
Embowel asked 22/7, 2016 at 23:35

1

I have created an app which I used the JSQMessageViewController and it works fine in iOS 8. I used Swift in this project and I do bridging since the library is written in Objective-C. But after the...
Ogilvie asked 23/9, 2015 at 6:58

0

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 corre...
Ring asked 17/6, 2015 at 0:40

1

Solved

In my chat application I am using JSQMessagesViewController for rendering the conversation. The application also has public messages that I want to search in. I am now trying to display them using ...
Tansy asked 25/4, 2015 at 7:28
1

© 2022 - 2024 — McMap. All rights reserved.