My root controller for iPhone app is built in code, I im now making app universal and want to link an iPad Xib . Problem is The iPhone screen still loads instead of the ipad xib
My home controller is named IChomeContoller
.h and m
So far:
Added iPad xib
IChomeContoller~ipad.xib
Set it to my class
IChomeContoller
in IBConnected
new referencing outlet
to the files owner in IB
I also tried it in code in the appdeleage form this example but still not happening
All my other screens are built with xibs and find the ipad xib no problem