当前位置:编程学习 > wap >>

iOS利用代理实现界面跳转

 引入代理类头文件和要跳转到的界面头文件 

 


-(void)aaa

{

 //可以插入动画

  LYXViewControllor * view = [LYXViewControllor new];

 


LYXDelegate * dingDong = [UIApplacation sharedApplacation].delegate;

 

 

dingDong.window.rootViewControllor = view;

   
 }

补充:移动开发 , IOS ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,