Ios Unwind Segue Not Working Fix
iOS unwind segue not working fix
REMARK
IBAction func unwindToHome(segue :UIStoryboardSegue)
this function is added to theDestination
view controller- if
Destination
is UINavigationController rootViewController then add this function to to the UINavigationController instead of the rootViewController - button is link the the exit icon of the parent view controller with
unwindToHome
blog comments powered by Disqus