Skip to content

Commit

Permalink
Make MMMLoadableImageView transparent to touches by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aleh committed Nov 3, 2023
1 parent 007c1f8 commit 445b639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MMMCommonUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Pod::Spec.new do |s|

s.name = "MMMCommonUI"
s.version = "3.11.1"
s.version = "3.11.2"
s.summary = "Small UI-related pieces reused in many components from MMMTemple"
s.description = "#{s.summary}."
s.homepage = "https://github.com/mediamonks/#{s.name}"
Expand Down
1 change: 1 addition & 0 deletions Sources/MMMCommonUI/MMMLoadableImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public final class MMMLoadableImageView: NonStoryboardableView {
super.init()

self.clipsToBounds = (mode == .fill)
self.isUserInteractionEnabled = false

addSubview(imageView)

Expand Down

0 comments on commit 445b639

Please sign in to comment.