Wagner Truppel

Results 11 comments of Wagner Truppel

Hello, and thanks for your interest in `DrawerKit`. What do you mean by Action ToolBar? Can you please elaborate on what you're trying to accomplish?

Hello @spase84, and thank you for your interest in `DrawerKit`. I tried to replicate the problem you described but it worked fine for me. All I did was: - I...

Here are the changes to `PresentedViewController ` which I described above. Look for blocks of code marked with a `// new code` comment. ```swift class PresentedViewController: UIViewController { private var...

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...

It feels wrong to me to have a view controller that you can present but cannot dismiss. Nonetheless, if you still want to achieve that effect, then... > I replaced...

It's been pointed out to me that the search controller in Apple's Maps app has the behaviour you're talking about (not dismissible) so it's a valid user case. We don't...

Hi @mattbarker016, > the presenting view controller can't be interacted with while the drawer is present, which is something I need That is a major limitation of `DrawerKit` at the...

Hello @TJSartain, and thanks for your interest in `DrawerKit`. Unfortunately, you can't disable the full expansion. It's an [open issue](https://github.com/Babylonpartners/DrawerKit/issues/5) to support the expansion of drawers that don't have enough...

Clarification: > Look closely how the Saturn label positions against the top edge of the presented VC. > When it is fully expanded, there is an additional margin added, which...

Hello, and thanks for using `DrawerKit`. I will take a closer look and get back to you soon.