Unbalanced calls to begin/end appearance transitions for

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

    Reason For message: This message get displayed if and only if you are pushing/presenting another View controller from viewWillAppear,loadView,init or viewDidLoad method of current View Controller

    Way to Remove error Message: Move your pushing/presenting code to viewDidAppear method will solve the issue

提交回复
热议问题