Finally figured this out. I had to call a ‘refresh’. To be more descriptive and helpful for somebody else, here’s what I’m doing.
- When tapped on Social feeds button our app takes a user to a multiple categories of social feeds including Twitter
- Twitter feed is integrated as a child view controller
- The Twitter feed refreshes only on a ‘Pull down to refresh action’
However this can be programmatically done by using refresh method on the TWTRTimelineViewController’s class.