Połącz gniazdko prototypu komórki w serii ujęć

Jestem nowicjuszem w Storyboard, więc mam pewne trudności ...

Stworzyłem kontroler TableViewController i chciałbym dostosować Cell Prototype. W Cell Prototype dodałem kilka etykiet, które chciałbym dostosować za pomocą mojej własnej klasy, która dziedziczy z UITableViewCell (AreaListCell). W Storyboard dla Cell Prototype skonfigurowałem Custom Class za pomocą „AreaListCell”, a jego styl to „Custom”.

W serii ujęć, kiedy wybieram Cell Prototype, a następnie asystenta, asystent wyświetla moją klasę, która implementuje UITableViewController (AreasTableViewController), a nie
moja klasa „AreaListCell”.

Konsekwencją jest to, że mogę utworzyć outlet (używając Ctrl + Drag z etykiety Cell Prototype) do klasy AreasTableViewController, ale nie do klasy AreaListCell! Masz pomysł, jak połączyć Cell Prototype z moją klasą AreaListCell?

Dzięki za pomoc!

questionAnswers(3)

yourAnswerToTheQuestion