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

How to define left navigation drawer width ? #5

Closed
dp4dileep opened this issue Oct 27, 2016 · 1 comment
Closed

How to define left navigation drawer width ? #5

dp4dileep opened this issue Oct 27, 2016 · 1 comment
Assignees

Comments

@dp4dileep
Copy link

No description provided.

@daniel-jonathan
Copy link
Member

Hey, use

open func setLeftViewWidth(width: CGFloat, isHidden: Bool, animated: Bool, duration: TimeInterval = 0.5)

Depending when you set the value, you may need to use the viewWillAppear method, or a later event. This is because of the late binding in the initializer.

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

No branches or pull requests

2 participants