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:
UIApplication.shared.keyWindow?.tintAdjustmentMode = .dimmed
UIApplication.shared.keyWindow?.tintAdjustmentMode = .normal

Hey, @rnystrom
I think it would be nice to update
tintAdjustmentModelike Apple UI controls do.If you wish I can create a PR, just two lines of code: