We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
单击右侧进行跳转到下一个界面的时候,抽屉如何进行关闭呢
The text was updated successfully, but these errors were encountered:
关闭抽屉可以掉用这个方法。 [self.xl_sldeMenu showRootViewControllerAnimated:true]; 可以在Demo里的右侧菜单最下面的按钮点击方法中查看。
Sorry, something went wrong.
设置页面跳转时 先调用了[self.xl_sldeMenu showRootViewControllerAnimated:true];再push 会有卡顿 偶尔还会出现不跳转现象,可能使卡线程导致的。
No branches or pull requests
单击右侧进行跳转到下一个界面的时候,抽屉如何进行关闭呢
The text was updated successfully, but these errors were encountered: