Open
Description
Hey, @rnystrom
I think it would be nice to update tintAdjustmentMode
like Apple UI controls do.
If you wish I can create a PR, just two lines of code:
- on appear
UIApplication.shared.keyWindow?.tintAdjustmentMode = .dimmed
- on disappear
UIApplication.shared.keyWindow?.tintAdjustmentMode = .normal