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
\"
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];