This commit is contained in:
2025-11-06 13:18:27 +08:00
parent abf32e8457
commit d7874829d9
48 changed files with 6952 additions and 2389 deletions

View File

@@ -18,6 +18,10 @@
[super viewDidLoad];
// Do any additional setup after loading the view.
self.view.backgroundColor = [UIColor redColor];
HWBackgroundConfig *config = [HWBackgroundConfig configWithBehavior:HWBackgroundBehaviorDefault];
config = [HWBackgroundConfig configWithBehavior:HWBackgroundBehaviorDefault];
config.backgroundAlpha = 0.01;
[self.hw_dimmedView reloadConfig:config];
}
- (UIView<HWPanModalIndicatorProtocol> *)customIndicatorView {
@@ -55,6 +59,10 @@
return NO; // short
}
- (BOOL)allowsTouchEventsPassingThroughTransitionView {
return YES;
}
//
- (BOOL)allowsDragToDismiss {
return NO;