-
The following header files appears to be missing from the JSQMessagesViewController 4.0.4 release when using CocoaPods:
JSQMessages.h
-
Something about installing JSQMessagesViewController as a Pod causes the image and sound assets to be duplicated in the resulting .app
For example:
```
MyApp.app/bubble.png
MyApp.app/Images/bubble.p…
-
I'm almost certain this is user error, as I'm new to iOS development, but any help would be greatly appreciated.
I'm trying to load messages from the server when loading my subclass of the JSQMessage…
-
Similar to #393, I would like to add menu items to some cells and disable the menu for others. It seems like the UICollectionView has some great functions for this (collectionView:canPerformAction:for…
-
Hi Jesse,
We've been using your JSQMessagesViewController for our product, Cast, and it's really been working well for us. We have integrated your latest beta of 6.0 into our app. We appreciate the h…
-
Hi @jessesquires
First of all, thanks so much for the great work!
I'm using JSQMessagesViewController in my project, and I'm diving into customizing. Basically I want something like a header which …
-
see #328
> I don't see it documented that sender has to be unique. What it says is "The name of the user who sent the message" which leads you to think it really is just the user's name, which doesn…
-
Hi,
My message bubbles are beeing cutted in any iOS 7.x, when compiling with xcode 6:
On iOS 8 it works ok.
Look at the same screen in ios7 and ios8:
![ios simulator screen shot 08 10 2014 16 28 24…
-
I'm using this in a Swift project and the automatic bridging is working quite nicely. One thing though: If I add my JSQMessagesViewController subclass as an implementation of the JSQMessagesCollection…
-
When tapping an avatar UIImageView, there is no visual feedback during the tap.
If the avatar was instead a UIButton, this would be handled automatically. In fact, casting a properly configured UIBut…