Reputation: 35
I want to remove xib file for UIViewController classes. Please let me know, If any one know how to remove or delete xib file.
Upvotes: 0
Views: 2154
Reputation: 2446
I'd like to add that the labels and everything I had placed in the file still showed up in the Simulator after I had deleted my .xib
It seems, Simulator caches the contents and I had to delete the app from inside the Simulator to force it to totally rebuild. Worked after that.
Upvotes: 1
Reputation: 9040
You can just delete the .xib file,
Then give ViewController as File's Owner's Custom Class,
Finally, link the ViewCrontroller's view and .xib
Upvotes: 4