iOS11后UIViewController中新增了一个方法,可以避免用户误触底部横条导致退出界面
- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures { return UIRectEdgeBottom; }