i would just want to ask why i cannot create an iboutlet (e.g. UITableView). I copied a nib file, the .h and .m file from my different project(since I need them). After that, I renamed the .h, .m and the nib file. Then when I am going to add or connect IBOutlets to it, I can’t. Why? Does someone know how to fix it? thanks a lot.
Share
This is because you need to provide a new class name which the xib refers to (as you said you renamed it)