-
Notifications
You must be signed in to change notification settings - Fork 44
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
Way to change the width of the drawer (iPad apple maps) #90
Comments
Unfortunately this is currently not supported. |
I see. This makes having a drawer interface much less useful or iPad |
@gtsiap Do you have any ideas off the top of your head for the best way to implement this. I'd be happy to work on it in my time and do a pull request |
It was absolutely super simple by just changing the container view size. |
What I propose is to add an optional property to the configuration that allows for a width override. Why? It doesn't add needless complication. It works almost right out of the box (as far as I can tell, not running UI tests) |
@bryan1anderson we are evaluating a re-design of this library for it to be flexible and as a side-effect handle your use-case. |
@RuiAAPeres Has this been looked at further? |
@bryan1anderson did you come to a solution? |
@rafaelmaroxa I had to create my own solution sadly |
@bryan1anderson Thanks! I'm leaning towards that too. |
I want this to be officially made a feature request. I would consider scrapping everything I've done if I could guarantee this library would handle it |
We're dealing with a map related product and would like to mimic iOS maps.
DrawerKit satisfies our needs on an iPhone, but anything in the size class of iPads, the drawer is too big.
Is there a way to limit the size of the container view controller?
I'm looking in to DrawerGeometry but it doesn't look like I can get at it, or provide it to my presentation handler or anything
The text was updated successfully, but these errors were encountered: