Post

Replies

Boosts

Views

Activity

Reply to Unwind Segue Doesn't Work
Make sure the unwind function is defined on the parent view controller. If this doesn't work, check the name of your view controller class. Once, I changed the name of my view controller but forgot to change the class name, which caused an issue with my unwinding segue.
May ’22