Class Outlets / Class Actions not showing up Hello,
1.
I'm a brand new developer using Xcode. For some reason, in Interface Builder, (in the Identity Inspector), the "Class Outlets" and "Class Actions" sections are not showing up. They're not minimized, so I can't just click on the arrow. They're entirely absent from the window.
The only section there are: Class Identity, User Defined Runtime Attributes, Interface Builder Identity.
I have a controller that I select and want to add outlets / actions.
2.
Also, when I try to Read Class Files in Interface Builder, no matter whether new Outlets or Actions are added in the header (yes, I properly use IBOutlet / IBAction), the Interface Builder keeps giving a status message: "Parsed 1 source file, but no classes were found or changed."
Thanks in advance. |