UITabBar items jumping on back navigation on iOS 12.1

后端 未结 12 990
北恋
北恋 2020-11-29 18:28

I have an iOS app with UITabBarController on a master screen, navigating to a detail screen hiding the UITabBarController with setting hidesB

12条回答
  •  庸人自扰
    2020-11-29 19:04

    In my case (iOS 12.1.4), I found that this weird glitchy behaviour was triggered by modals being presented with the .modalPresentationStyle = .fullScreen

    After updating their presentationStyle to .overFullScreen, the glitch went away.

提交回复
热议问题