-
Notifications
You must be signed in to change notification settings - Fork 32
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
I can't trigger to open left or right side by button action. #29
Comments
What version are you using? |
@kawoou
|
What class is calling the code that calls If this ViewController calling the |
I have the same problem, could you solve it? |
I have the same problem, I follow the readme manual but I have the same crash, the self.drawerController is nil, any suggest? best regards |
Also having issues with |
Just call self.drawerController?.openSide(.left, completion: nil), The completion: nil do the trick. |
I followed instructions for storyboard and I set controllers correctly.
class Example: UIViewController, DrawerControllerDelegate {
When I try to trigger open left side with this code block, drawerController throws nil error and crash.
The text was updated successfully, but these errors were encountered: