Always handle your table & collection view cell selection properly, using functions
When writing iOS, you will always end up using UITableView or UICollectionView.
With them come cells, delegates, datasources, cellForRow(at indexPath:), didSelect,... I've often seen it become (and inherited) an ugly mess. Not anymore.