Skip to content

Use UIView.TintAdjustmentMode #34

@ivan-magda

Description

@ivan-magda

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

ezgif com-resize

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions