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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -