跳入新的storyboard

-(IBAction)onClickButton:(id)sender
{
    UIStoryboard *stryBoard=[UIStoryboard storyboardWithName:@"second" bundle:nil];
    [self presentModalViewController:[stryBoard instantiateInitialViewController] animated:YES];
}
posted @ 2015-06-30 17:08  曦曦果果  阅读(107)  评论(0)    收藏  举报