ios - SelectedImageTintColor of UITabBar is getting reset after MFMailComposeViewController -



ios - SelectedImageTintColor of UITabBar is getting reset after MFMailComposeViewController -

after mfmailcomposeviewcontroller called. selectedimagetintcolor of uitabbar changed , dark gray.

i read kind of bug in ios 7.1

i tried

[[self.tabbarcontroller tabbar] setselectedimagetintcolor:[uicolor redcolor]];

in mailcomposecontroller didfinishwithresult

but nil changed.

workarounds?

ios uitabbarcontroller mfmailcomposeviewcontroll

Comments