I just wanted to know if it’s possible to have 1 UIViewController class connected to several xib files. basically I have some xib files that are very similar I don’t want to make multiple controller for each one. I want to connect them all to a single UIviewcontroller class.
Thanks,
See here the method that you need. You just need to pass different .xib files when you instantiate the controller from code.