kawoou / KWDrawerController

Drawer view controller that easy to use!
MIT License
157 stars 32 forks source link

not working after pod install #33

Open zhangyuepeng86 opened 5 years ago

zhangyuepeng86 commented 5 years ago

I installed it with pod ,used it with storyboard, it was not working, it displayed with DrawViewcontroller only. # Swift 4~ pod 'KWDrawerController', '~> 4.2' pod 'KWDrawerController/RxSwift' # with RxSwift extension

But when I remove 'KWDrawerController' from podfile and drag the DrawerController folder to my project, it working well.

Did i missed sth?