For reference:
TABLEVIEW (1 section - 3 rows) in each row I have a custom cell that contains another tableview.
the tableview inside the custom cell is subclassed with a uitableviewcell
where I implement all of my delegates, like cellforrow etc. etc., and the file owner of the table view inside the UITableView
cell is with my UIViewController
.
How can I perform segue using the subclass UITableViewCell
?
Any ideas what to do?
NOTE: I am using the tableview on the UITableViewCell
as subclass.