某些界面需要隐藏home条,防止误触导致页面返回
- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures { return UIRectEdgeBottom; // 代表底部的home条延迟手势。如果其他部位也需要可以直接设置成 UIRectEdgeAll (尤其在支持横竖屏时)
}