I have a custom cell (CustomCell.swift) and I would like to have a reference to the parent table which contains that cell. (TableView.swift)
How can I do it?
I have a custom cell (CustomCell.swift) and I would like to have a reference to the parent table which contains that cell. (TableView.swift)
How can I do it?