1:translucent
设置navigationBar 和tabbar的 translucent为YES
2:需要设置列表顶部或底部 最初不被遮盖
self.contentInset = UIEdgeInsetsMake(64, self.contentInset.left, CGRectGetHeight(self.tabBarController.tabBar.frame), self.contentInset.right);
1:translucent
设置navigationBar 和tabbar的 translucent为YES
2:需要设置列表顶部或底部 最初不被遮盖
self.contentInset = UIEdgeInsetsMake(64, self.contentInset.left, CGRectGetHeight(self.tabBarController.tabBar.frame), self.contentInset.right);
本文标题:ios 导航和tabbar的毛玻璃遮罩效果
本文链接:https://www.haomeiwen.com/subject/rjrmattx.html
网友评论