Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Release 5.2.0

Compare
Choose a tag to compare
@jessesquires jessesquires released this 28 Jul 06:48
· 691 commits to master since this release

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!