[Swift5] Problem that Cell cannot be tapped when TextView is placed in TableViewCell

If you tap TextView while TextView is installed on TableViewCell, didSelectRowAt of the cell will not fire.

You can tap cells by adding the following settings to TextView.

textView.isUserInteractionEnabled = false

Recommended Posts

[Swift5] Problem that Cell cannot be tapped when TextView is placed in TableViewCell
The problem that the localhost page launched by Docker cannot be confirmed in the browser when the ESET firewall is operating
Text file placed in resources in Java cannot be read when jarted
"ClassNotFoundException" is displayed when tomcat is started in eclipse and cannot be started
[swift5] How to execute processing when tabBar is tapped
List of devices that can be previewed in Swift UI
[rails] Problems that cannot be registered / logged in with devise
Avoid the problem that session cannot be acquired when canary release when upgrading from Rails 4.2.x to 5.0.x