当前位置:编程学习 > 网站相关 >>

关于页面跳转的问题

 
MyAboutViewController *about = [[[GuanyuViewControlleralloc]initWithNibName:@"MyAboutViewController"bundle:nil]autorelease];
导航跳转:
[self.navigationControllerpushViewController:about animated:YES];
    //返回
覆盖跳转:
[self.viewaddSubview:about.view];
翻页跳转:(类似作业本,向上翻页)
about.modalTransitionStyle=UIModalTransitionStylePartialCurl;
[selfpresentModalViewController:aboutanimated:YES];
        //返回[self dismissModalViewControllerAnimated:YES];
 
补充:综合编程 , 其他综合 ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,