iOS 11中出现了这个错误。有一个UINavigationController作为另一个UIViewController的子UIViewController嵌入。有一个UIPanGestureRecogniser设置会影响子UIViewController的视图框架的y轴,允许你向下拖动以显示下面的UIViewController
现在出现的问题是,现在只要UIViewController的帧被调整为向下移动,iOS似乎就会移除UISavatBar的UINavigationBar上的插入,这会导致令人不快的混蛋向上。
如何防止这种情况发生?