Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unwind Segue from Modal/Popover resulting in Unbalanced calls to begin/end appearance transitions

I have the following setup:

Nav Controller -> VC1 -Push--> VC2 -PopOver or Modal Segue--> VC3.

VC3 is unwinding back to VC1.

When the Segue from VC2 to VC3 is PopOver and Modal, the unwind ends in a warning: Unbalanced calls to begin/end appearance transitions for UIViewController"

If the Segue from VC to VC is push, the warning is gone.

enter image description here Any idea how to get rid of the warning or why its even showing?

like image 340
realtimez Avatar asked Aug 17 '15 03:08

realtimez


1 Answers

It's a bug. Ignore it (or, if you want to be a good citizen, file a bug report with Apple).

like image 60
matt Avatar answered Oct 31 '22 09:10

matt