Hi,
I’m trying to change the background color of TWTRTweetDetailViewController without using the TWTRTweetView.appearance().backgroundColor = myBackground because it mess up with background of textview and other things. So I tried to use backgroundColor for TWTRTweetDetailViewController but it doesn’t work. I tried this way but still the same, background color in detail view controller doesn’t change.