美文网首页iOS
ios 导航和tabbar的毛玻璃遮罩效果

ios 导航和tabbar的毛玻璃遮罩效果

作者: fankang | 来源:发表于2017-04-12 13:45 被阅读656次

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