Unbalanced calls to begin/end appearance transitions for

前端 未结 25 1124
陌清茗
陌清茗 2020-12-02 06:31

I have this problem when I simulate my app, its not an error or a warning but it appears in my console, has anyone ever experienced this before?

25条回答
  •  旧巷少年郎
    2020-12-02 06:57

    I have this problem too. I found two solutions to this problem:

    1. You can see this solution above.
    2. I found subclass from UINavigationController where this problem resolved. Buffered Navigation Controller

提交回复
热议问题