ios - Running project doesnot show the menu after files copied to another project while using SWRevealViewController -


this second question on same topic. swipeout menu not working while using swreveal library

i didn't figure out error knew when copy running project files(class files,storyboard) , paste new project.the running code doesnot run on new project while using swrevealviewcontroller library. ther need add....

p.s. bridging header created after dragged both .h , .m files of swrevealviewcontroller library

the problem on new project is..no error bar button not showing menu

updated: action method show menu.. if want project go above link

 @iboutlet weak var menubutton:uibarbuttonitem!      override func viewdidload() {         super.viewdidload()          if self.revealviewcontroller() != nil {             menubutton.target = self.revealviewcontroller()             menubutton.action = "revealtoggle:"             self.view.addgesturerecognizer(self.revealviewcontroller().pangesturerecognizer())              // uncomment change width of menu             //self.revealviewcontroller().rearviewrevealwidth = 62         }      } 

https://drive.google.com/file/d/0b0pjd3frutbsv3jitdz6avaywke/view?usp=sharing

ok check ,i removed segues , added again two,other can .hope serve ur purpose.i updated link


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -