Is there a way to give an animation completion closure for a UINavigationController
animation?
I have a line such as,
navigationController?.setNavigationBarHidden(navigationController?.navigationBarHidden == false, animated: true)
and I want to detect when it's completed.
Is there any way to achieve that?