Post

Replies

Boosts

Views

Activity

Comment on How can I fix action button after update Xcode12?
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?
Jul ’21