After iOS 7 tab bar controller modal view becomes transparent Jump

To resolve this problem, we need to set the tabBar the following properties:

 self.tabBar.translucent = NO;

Reproduced in: https: //www.cnblogs.com/pretty-guy/p/4105836.html

Guess you like

Origin blog.csdn.net/weixin_33775572/article/details/94287734