Skip to content

Commit

Permalink
Set windowLevel to survive respring
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Sep 29, 2024
1 parent 1f2a60f commit ce4d340
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ - (void)layoutSubviews {
[super layoutSubviews];
self.layer.backgroundColor = UIColor.clearColor.CGColor;
}

- (CGFloat)windowLevel {
return 10000;
}
@end

@implementation AppDelegate
Expand Down

0 comments on commit ce4d340

Please sign in to comment.