You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I do the music player transition and I close it, the collection view or the table view segue said this: unbalanced calls to begin/end appearance transitions for . I search it in google and this is cause when you try and display a new viewcontroller before the current view controller is finished displaying.
I revised all my code and only happens when I show the player from the miniplayer and I close it. So when I show again the mini player and close it and I try to do a segue on the table to another viewcontroller who has a table it happens again. Can you solve it?
The text was updated successfully, but these errors were encountered:
Hi, when I do the music player transition and I close it, the collection view or the table view segue said this:
unbalanced calls to begin/end appearance transitions for
. I search it in google and this is cause when you try and display a new viewcontroller before the current view controller is finished displaying.I revised all my code and only happens when I show the player from the miniplayer and I close it. So when I show again the mini player and close it and I try to do a segue on the table to another viewcontroller who has a table it happens again. Can you solve it?
The text was updated successfully, but these errors were encountered: