Closed amlcurran closed 5 years ago
This adds a simple "DrawerView" or bottom sheet behaviour to iOS projects.
The integration is relatively simple, and relies on constraints making it a bit more robust.
To integrate it you must:
The API includes a basic delegate which can be used to add a dimming background view, as shown.
@amlcurran 👍 or 👎 ?
This adds a simple "DrawerView" or bottom sheet behaviour to iOS projects.
The integration is relatively simple, and relies on constraints making it a bit more robust.
To integrate it you must:
The API includes a basic delegate which can be used to add a dimming background view, as shown.