Unbalanced calls to begin/end appearance transitions for

前端 未结 25 1122
陌清茗
陌清茗 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 07:11

    I had some logic implemented to wait pushing the UIViewController until all data was downloaded. There was an error in this logic which caused to push the UIViewController too early while there was still another API call in progress.

    It caused the same UIViewController to be pushed twice by the UINavigationController and gave this warning.

提交回复
热议问题