KyleGoddard / KGFloatingDrawer

A floating navigation drawer with an interesting animated presentation written in Swift.
MIT License
499 stars 79 forks source link

How do I set the height of the centreVC and the sidewidths? #25

Open Antuaaan opened 8 years ago

Antuaaan commented 8 years ago

You say you can access the leftDrawerWidth after toggling the drawer but I can't seem to figure out where I should place this code and how? Also was wondering about the height of the centreVC as I wanted it a bit longer when the right drawer is called.

KyleGoddard commented 7 years ago

You want the "hovering" centre view controller to appear longer while the drawer is open?

KyleGoddard commented 7 years ago

The property that sets the drawer width is kKGDefaultViewContainerWidth on the KGDrawerView class. The default value is 280.