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 make leftViewRevealWidth 90% of the screen #50

Closed
ranudhurandar opened this issue Jul 11, 2018 · 3 comments
Closed

How to make leftViewRevealWidth 90% of the screen #50

ranudhurandar opened this issue Jul 11, 2018 · 3 comments
Labels

Comments

@ranudhurandar
Copy link

No description provided.

@almas123
Copy link

Hello, in ur revealviewcontrolller self.leftViewRevealWidth = self.view.frame.width/1.2

@iDevelopper
Copy link
Owner

Objc:

    self.revealViewController.leftViewRevealWidth = UIScreen.mainScreen.bounds.size.width * 0.90;

Swift:

    self.revealViewController()?.leftViewRevealWidth = UIScreen.main.bounds.width * 0.90

@ranudhurandar
Copy link
Author

Thank you so much 👍

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