iOS使用AutoLayout底部TabBar被遮擋問題

1.能夠在父視圖的ViewController中進行以下設置:swift

OC代碼this

self.edgesForExtendedLayout = UIRectEdgeNone;

Swift代碼:code

this.EdgesForExtendedLayout = UIRectEdge.None;
相關文章
相關標籤/搜索