Skip to content

Commit 4c7bca4

Browse files
committed
Review comments
1 parent d4d08f1 commit 4c7bca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIViewController-DisplayInDrawer/Classes/OutsideBoundsHittableView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22

33
//inspired by https://stackoverflow.com/questions/11770743/capturing-touches-on-a-subview-outside-the-frame-of-its-superview-using-hittest
4-
class OutsideBoundsHittableView: UIView {
4+
final class OutsideBoundsHittableView: UIView {
55
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
66
guard !clipsToBounds else { return super.hitTest(point, with: event) }
77
for subview in subviews.reversed() {

0 commit comments

Comments
 (0)