I created in my app a new class named EmpresasTableViewController
, and in the storyboard I copied CategoriasViewController
to EmpresasTableViewController, I just want to assign the class EmpresasTableViewController
to EmpresasTableViewController
in the storyboard, but the name EmpresasViewController
doesn't appear in the Identity Inspector
.
There are no errors after creating the class, but why is it not shown as a class in the storyboard Identity Inspector
under Custom Class
?, all other view controllers are shown.
Firstly, all your files needs to be saved.
What you can try is:
Option 1. Close and reopen Xcode
with your project.
Option 2. Clean your project and build it again.
Option 3. Force Xcode
to do the indexing of your project once again:
Open the
Organizer
(Window > Organizer) and select theProjects
mode. Select your project in the left-hand view and then click theDelete...
button for the project'sDerived Data
.This will delete the code sense index for the project and force
Xcode
to rebuild the index, which may fix the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With