I have a UITableView with static cells in a storyboard. Static cells have their own class. I would like to connect the sockets to the cell, but it looks like this is not supported?
Posting views on the ViewController works, but is pretty dirty (there are many cells). A workaround would probably also be to tag views, but also not ideal. Any other ideas?

source share