2011年11月22日 星期二

Stanford CS193p Fall 2011 Note-05

StoryBoard:

A. create a segue:









B. Five kinds of segues:
   1. Push - It is the kind of segue you use when the two Controllers are inside a
       UINavigationController.
   2. Replace - Replaces the right-hand side of a UISplitViewController (iPad only)
   3. Popover - Puts the view controller on the screen in a popover (iPad only)
   4. Modal - Puts the view controller up in a way that blocks the app until it is
       dismissed
   5. Custom - You can create your own subclasses of UIStoryboardSegue

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。