AckeeCZ / ACKategories

Swift tools, cocoa subclasses and extensions.
MIT License
56 stars 13 forks source link

Disable user interaction on GradientView #99

Closed olejnjak closed 3 years ago

olejnjak commented 3 years ago

GradientView should be consider non-interactive just as UIImageView is, so it should have isUserInteractionEnabled = false.

Resolves #93.