I’m trying to do a simple task and I don’t know what I’m missing. I just want to link a referencing outlet using the IBOutlet that I’ve customized to the View Controller. But when I try to do the link, my custom viewLabel does not appear.
Here it is some images:
Code:
https://i.stack.imgur.com/k2GIL.jpg
Label class:
https://i.stack.imgur.com/5BZfs.jpg
Link without viewLabel:
https://i.stack.imgur.com/Vet5P.jpg
Any help?
Thanks!
Its hard to understand your question correctly, but my guess would be you didn’t set the viewcontroller’s class to your custom viewcontroller subclass….. You do that in the class inspector pane.