In twitterKit, there is a tweetView
for displaying the Tweet
from tweet model object, but there is no field for showing retweets and likes counts in the tweetView.
cell.tweetView.showActionButtons = true;
This allow us to show action buttons for favorite and share. But I want to show the retweet/likes counts in each tweets. How can I achieve?