I have Main.xib and I added a new Interface SeconView.xib. I want to my secondview.xib to be default.
I changed default xib from Main Interface but I get to error like
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x880ab00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.'
. Where I did wrong ?