Convert view xib to empty xib
I have created a "view xib" but I want to convert it to an "empty xib" (Without of course removing the old xib and creating 开发者_高级运维a new one). Is that possible?
Yes sure you can, just delete all objects you don't need from it - you can do that in IB's inspector window.
精彩评论