Hello guys,
I’m trying to build a UICollectionViews of TWTRTweetView but I realized that the TWTRTweetView height is automatically calculated. As a CollectionView, I would rather have all the tweets with the same height but with different widths, Is there a way to achieve this or should I make my own custom tweets view?
Regards