I have some outlets that I want to link to another class that I have as below
and I want to add my labels in the ActivityTableViewCell, however, the assistant editor only opens the viewController for me. How do I link it to this class?
UPDATE: when I add another editor screen, it kinda deactivates the first one (as you see in the pic below) and can't drag anything on it
CodePudding user response:
I have figured it out!
on the storyboard select your tableview. Then drop down to the tableviewcell. Then drop down to the Content view when you have selected the Content View the UITableViewCell will show up at the assistant editor.
This is what i see at the Assistant editor when it select the Content View.
Comment If you have a question :D!