I am adding uibuttons to content view and I have a separate function that is called in the initializer and that subsequently called
debugPrint("contentView.isUserInteractionEnabled = \(contentView.isUserInteractionEnabled)") contentView.isUserInteractionEnabled = true
which did not help anything, the taps are still going through to the TableView's didSelectRow: function.
Any new info on this?
Topic:
Programming Languages
SubTopic:
Swift
Tags: