Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is there an easy way to have the drawer be a pull-down drawer #70

Open
jangelsb opened this issue Jul 7, 2018 · 2 comments
Open
Labels

Comments

@jangelsb
Copy link

jangelsb commented Jul 7, 2018

I know this framework was created to be similar to Apple Maps, but is there is there an easy way to have the drawer be a pull-down drawer instead? Basically exactly the way it is now, but upside down?

Thanks!

@wltrup
Copy link
Contributor

wltrup commented Jul 13, 2018

Hi @jangelsb, thanks for your interest in DrawerKit and for your question.

Unfortunately that isn't easily possible at the moment because changing DrawerKit to support that would require changes in lots of places since the code assumes that the drawer is pulled from the bottom.

I am working on a new version of DrawerKit (see #53 (comment)), using a different and more flexible implementation, which will allow you to choose which edge (any of the four!) the drawer moves in from, so please stay tuned.

@jangelsb
Copy link
Author

@wltrup I really appreciate your response! I was curious to know if there were any more news about this. After reading your comment a year ago, I started working on a drawer for my exact use case but I would much rather use your robust library! Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants