Creating a segue programmatically

前端 未结 13 1130
名媛妹妹
名媛妹妹 2020-11-22 12:41

I have a common UIViewController that all my UIViewsControllers extend to reuse some common operations.

I want to set up a segue on this \"

13条回答
  •  暖寄归人
    2020-11-22 13:25

    well , you can create and also can subclass the UIStoryBoardSegue . subclassing is mostly used for giving custom transition animation.

    you can see video of wwdc 2011 introducing StoryBoard. its available in youtube also.

    http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIStoryboardSegue_Class/Reference/Reference.html#//apple_ref/occ/cl/UIStoryboardSegue

提交回复
热议问题