Unbalanced calls to begin/end appearance transitions for

前端 未结 25 1104
陌清茗
陌清茗 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:59

    I also got this at

    [self dismissModalViewControllerAnimated:YES];
    

    I changed the YES to a NO, and that solved the problem.

提交回复
热议问题