How to execute some code after a segue is done?

前端 未结 5 1372
盖世英雄少女心
盖世英雄少女心 2020-12-03 06:27

Is it possible in iOS 6 to know when a UIStoryboardSegue has finished its transition? Like when i add a UIStoryboardSegue from UIButton

5条回答
  •  一整个雨季
    2020-12-03 07:07

    You can use the UINavigationControllerDelegate protocol and then define:

    – navigationController:didShowViewController:animated:
    

提交回复
热议问题