switching views in iphone

后端 未结 3 1518
滥情空心
滥情空心 2021-01-17 04:40

i m making a client server program in which i want to switch from one view to another but i am getting an error in \"clientserverprogram view.m\" plz help

\"         


        
3条回答
  •  甜味超标
    2021-01-17 04:54

    if you are not using the NIB file then just create the object of second page with init mathod and use this

    [self.view addsudView:secondView.view];
    

提交回复
热议问题