美文网首页
edgesForExtendedLayout 导致的tabbar

edgesForExtendedLayout 导致的tabbar

作者: 天下只有一个 | 来源:发表于2016-11-04 17:12 被阅读24次

    今天,碰到一个情况,以前controller布局用autolayout,需要把导航栏隐藏,没有edgesForExtendedLayout,顶部会一直多一个status bar的高度,后来把auto layout关闭了。但是tabbar,其中一个一直为黑色,所以把self.edgesForExtendedLayout = UIRectEdgeNone;删除就行了。

    相关文章

      网友评论

          本文标题:edgesForExtendedLayout 导致的tabbar

          本文链接:https://www.haomeiwen.com/subject/clrwuttx.html