Skip to content

Commit

Permalink
Merge pull request #15 from p-x9/fix/uikit-image
Browse files Browse the repository at this point in the history
fix to show image in UIKit when `image` is not nil
  • Loading branch information
p-x9 authored Apr 30, 2023
2 parents 8857548 + 0597e61 commit ac8d8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/TouchTracker/Cocoa/TouchTrackingUIView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public class TouchTrackingUIView: UIView {
isDropShadow: isDropShadow,
shadowColor: shadowColor,
shadowRadius: shadowRadius,
image: image,
isShowLocation: isShowLocation
)
}
Expand Down

0 comments on commit ac8d8c8

Please sign in to comment.