Hello!
Is there a way to retrieve data from a TWTRDataSource? I would like to be able to access the tweets that are inside of it, but don’t know what methods I can call on it.
Many thanks,
Mike
Hello!
Is there a way to retrieve data from a TWTRDataSource? I would like to be able to access the tweets that are inside of it, but don’t know what methods I can call on it.
Many thanks,
Mike
I found this post from about a year ago, which seems to be getting at the same question. Unfortunately, they did not get an answer:
There seems to be an instance method “loadPreviousTweetsBeforePosition:completion:” whose completion block could be used to get the individual tweets from a timeline data source. Here’s the code from TWTRTimelineDataSource.h:
`
/**
of Tweets to be loaded.
and an error in case of error. This must be called on the main thread.
*/
Any clues would be appreciated. How can you access the tweets inside of a TWTRTimelineDataSource?
Many thanks,
Mike
Still haven’t gotten an answer about this. Does anyone know the answer? How do we access the TWTRTweets in the TWTRDataSource or TWTRTimeline?
Thanks,
Mike