interactivePopGestureRecognizer causes the UITabBarController disables interaction

爱⌒轻易说出口 提交于 2019-12-24 02:42:27

问题


I have a UITabBarController with three tab bar items. The tab bar items has view controllers of the type UINavigationController. Each navigation controller has UIViewController as the top view controller. Each view controller on the top of the navigation controller stack has its own flow. When the user swipes at the edge of the screen to trigger interactivePopGestureRecognizer, and upon the popping out the view controller from the stack, the tab bar items becomes not interact-able. Any idea, why is this happening?

I can only interact when I push another view on top of the existing view controller.

来源:https://stackoverflow.com/questions/31244404/interactivepopgesturerecognizer-causes-the-uitabbarcontroller-disables-interacti

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!