ios - How to remove xib file for UIViewController class? -


i want remove xib file uiviewcontroller classes. please let me know, if 1 know how remove or delete xib file.

you can delete .xib file,

enter image description here



if want new .xib view controller, create new xib

enter image description here

then give viewcontroller file's owner's custom class,

enter image description here

finally, link viewcrontroller's view , .xib

enter image description here


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -