Skip to content

Support dimming when partially revealed #385

@triztian

Description

@triztian

Is it possible to toggle the primaryContentViewController dimming when the drawer is partially revealed?, I know it gets dimmed when in .open. I'm looking to be able to do something like this:

let pulley = PulleyViewController()

pulley.setDrawerPosition(.partiallyRevealed)
pulley.dimPrimaryContent = true

Having a property that toggles dimming would be great, another potential solution would be for the PulleyDrawerViewControllerDelegate to have a openDrawerHeight(bottomSafeArea:) method that provides height for the .open position this way we could make it the desired size with dimming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions