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.
Asked
Active
Viewed 55 times
-1
-
If anybody know the answer help me – damu Jul 07 '15 at 04:46
1 Answers
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