Skip to content

Commit

Permalink
Merge pull request #1827 from mt1622/CATTY-719
Browse files Browse the repository at this point in the history
CATTY-719 Make stage axis pass through touch events
  • Loading branch information
wallisch authored Oct 18, 2024
2 parents 49c44d1 + 2e38f4c commit 38e1d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Catty/Defines/UIDefines.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class UIDefines: NSObject {
@objc static let iPadScreenHeight = CGFloat(1028.0)

// ScenePresenterViewController
@objc static let slidingStartArea = 80
@objc static let slidingStartArea = 60
@objc static let firstSwipeDuration = CGFloat(0.65)
@objc static let hideMenuViewDelay = CGFloat(0.45)

Expand Down
2 changes: 2 additions & 0 deletions src/Catty/ViewController/Stage/StagePresenterViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ - (void)setUpGridView
[positiveHeight sizeToFit];
[negativeHeight sizeToFit];

[self.gridView setUserInteractionEnabled:false];

[self.view insertSubview:self.gridView aboveSubview:self.skView];
}

Expand Down

0 comments on commit 38e1d65

Please sign in to comment.