2010-08-06 3 views

Répondre

0

rapide et sale:

MyControllerClass *myController = [[MyControllerClass alloc] initWithNibName:@"xibName" bundle:[NSBundle mainbundle]]; 
myController.xmlValue = xmlValue; 
[self presentModalViewController: myController animated:YES]; // or navigation controller push or whatever 
[myController release]; 
Questions connexes