Home > Software design >  Assistant editor only opening viewController and not another class
Assistant editor only opening viewController and not another class

Time:12-07

I have some outlets that I want to link to another class that I have as belowenter image description here

enter image description here

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

enter image description here

CodePudding user response:

I have figured it out!

enter image description here

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.

enter image description here

Comment If you have a question :D!

  • Related