I have an UIVIewController "controller1" for instance. This controller is instanciated with initWithNibName... with "file1.xib". I want to dynamically change the xib file of my "controller1" to "file2.xib"
To resume :
"controller1" <-> "file1.xib" and I want to dynamically have : "controler1" <-> "file2.xib"
How can I do this ?
Hope I was clear.