Quote:
Originally Posted by arriel
multiviewViewController.h is my main view.
I put three buttons there to link to another view which is
view1.xib view2.xib and view3.xib.
|
try this...
-(IBAction)done

id)sender
{
myview *m=[[myview alloc]initWithFrame:CGRectMake(0,0,360,480)];
[self.view addSubview:m];
}