I'm dealing with an issue and would be glad if someone could help:
Background: I'm trying to develop an iOS app using swift that has a section which draws a user's timeline using Twitter Fabric.
Issue: I'm having an issue with the tab bar control I've used and have finally zeroed down to the Fabric SDK as the culprit (maybe I'm wrong) - I tried creating a fresh project and the moment you use the TWTRTimeLineViewController, the tab bar image goes away, even the title is not seen.
My layout is like this:
Tab Bar Control (2 tabs)
TableViewController: has TWTRTimeLineViewController as the viewController to get a Twitter timeline
Navigation View Controller - has a TableViewController that draws YouTube Channels
The problem is that (see Image attached - bottom right hand side) - the tab bar item - containing the twitter feed never displays its image or title... irrespective of it being selected or not.
PS: Not allowed to post an image as this is my first post. I've also written a query here: https://twittercommunity.com/t/twtrtimelineviewcontroller-hides-tab-bar-item-image/45178