iOS使用AutoLayout底部TabBar被遮挡问题

1.能够在父视图的ViewController中进行以下设置:swift

OC代码this

self.edgesForExtendedLayout = UIRectEdgeNone;

Swift代码:code

this.EdgesForExtendedLayout = UIRectEdge.None;
相关文章
相关标签/搜索