-
Notifications
You must be signed in to change notification settings - Fork 200
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
- (void)cw_showDefaultDrawerViewController:(UIViewController *)viewController 方法不走 #40
Comments
点击事件:-(void)leftClick{
|
你好,可以先看看self是不是一个viewController或者NavgationController。。。因为我那个分类是给Viewcontroller写的。。或者能否提供一个测试demo看看情况 |
Hi,self是viewController。我把demo放git上了,路径:https://github.com/HelloHW/SIPC.git
|
您好,请问我这Demo是什么原因导致这样的错误呢?谢谢您了
|
应该是cocoa pods没有安装好,类似这种解决方式:http://eric-gao.iteye.com/blog/2154131 或者你可以采取手动拖入的方法 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在点击事件里调用- (void)cw_showDefaultDrawerViewController:(UIViewController *)viewController,发现不走改函数。这是什么原因造成的
The text was updated successfully, but these errors were encountered: