WatchKit apps支持两种导航方式:
实现一个page based页面:在storyboard中按住ctrl键从一个页面拖到另一个页面然后选择next page
实现一个hierarchical页面:代码用pushControllerWithName:context:方法 或者在storyboard中按住ctrl从一个button,group,table row中拖到push页面选择push
modal新页面:代码用presentControllerWithName:context:方法跳转到一个新页面 或者用presentControllerWithName:contexts:方法跳转到page-based页面 或者在storyboard中按住ctrl从一个button,group,table row中拖到modal页面选择modal