This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Release 5.2.0
What's new
New delegate methods!
- (void)collectionView:(JSQMessagesCollectionView *)collectionView didTapMessageBubbleAtIndexPath:(NSIndexPath *)indexPath;
- (void)collectionView:(JSQMessagesCollectionView *)collectionView
didTapCellAtIndexPath:(NSIndexPath *)indexPath
touchLocation:(CGPoint)touchLocation;
New view controller properties!
@property (assign, nonatomic) CGFloat topContentAdditionalInset;
Check the most recent documentation for details!