-1

I am Using SWRevealViewController in my swift project. Its crashing because of Optional value. I am Unable to solve this Issue. Can anybody help me. Thank you. I am adding my source code with FB file from my group. Please Check this.

Project Here Click to download

damu
  • 3
  • 6

1 Answers1

0

I downlaod you project , you make mistake with Slide front(this menu items) remove

 @IBOutlet weak var menuButton: UIBarButtonItem!

menuButton.target = self.revealViewController()!
menuButton.action = Selector("revealToggle:") 

slide menu shouldnt has bar item

Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156