Good evening,
I created a class which inherits from UIViewController and i created a nib file, where i set up my view. After that i decided to set the view programmatically as it is more configurable… The problem is that even though i deleted the .XIB file, I cleaned the project, I deleted the class and remade it, it keeps loading a non existant NIB file… What should i do?
Thank you!
L_Sonic
Sometimes the resources don’t get flushed correctly when they’re updated/removed. As such, you might need to delete the app off the device or reset the simulator prior to doing a clean/rebuild.