Home:ALL Converter>iOS - tab bar turns transparent after dismissing view controller

iOS - tab bar turns transparent after dismissing view controller

Ask Time:2014-06-30T23:00:11         Author:bweber

Json Formatter

I have encountered a strange behaviour when using the tab bar controller in iOS. I have such a controller with 3 tabs, as can be seen on the following image:

Tab bar

The following problem only occurs on a physical device, not on the simulator: When I present a view controller (modal) on top and dismiss it again, the tab bar turns fully transparent (not translucent) if and only if it was presented while the map tab was active. If the list or settings tab is active when the view controller is presented, then everything stays as it's supposed to be after dismissing that view controller again.

Has anybody encountered a similar behaviour? Is it a bug? Or am I doing something wrong?

Thank you for your help.

Author:bweber,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/24493099/ios-tab-bar-turns-transparent-after-dismissing-view-controller
yy