Open mangireddy58 opened 7 years ago
I am using SWRevealConroller for side menu. it is working awesome on iOS 10. but unfortunately I changed build to 9.0. it getting crashed.on this line
menuBtnPressed.addTarget(self.revealViewController(), action: #selector(SWRevealViewController.revealToggle(_:)), for: .touchUpInside)
Here is the menuBtnPressed my custom button.
Where is your crash exactly? I did a test just now in one of my samples and all is right.
SWHomePushSwift.zip
its working fine. my mistake.sorry
I am using SWRevealConroller for side menu. it is working awesome on iOS 10. but unfortunately I changed build to 9.0. it getting crashed.on this line
menuBtnPressed.addTarget(self.revealViewController(), action: #selector(SWRevealViewController.revealToggle(_:)), for: .touchUpInside)
Here is the menuBtnPressed my custom button.