Dear Developers,
Is there any way to get the TWTRTweet from the TWTRTweetView? If not, how might one get tweets from a TWTRTimelineViewController or TWTRTimelineDataSource?
I would like to know what tweets my TimelineViewController contains, but I haven’t found a way to access them after making a call on the original data source. E.g.
let dataSource = TWTRCollectionTimelineDataSource(collectionID: “576828964162965504”, APIClient: client)
Hope that is clear.
Best,
Mike