Is it possible in iOS 6 to know when a UIStoryboardSegue has finished its transition? Like when i add a UIStoryboardSegue from UIButton
UIStoryboardSegue
UIButton
You can use the UINavigationControllerDelegate protocol and then define:
UINavigationControllerDelegate
– navigationController:didShowViewController:animated: