abara-kedavra
abara-kedavra
And one more question: I have app in AppStore (it was compile in Xcode 8) and when I first time open side menu - the content of this menu (menu...
OpenSideMenu - it's UIBarButtonItem. I use this code in ViewDidLoad: ``` OpenSideMenu.target = self.revealViewController() OpenSideMenu.action = #selector(SWRevealViewController.revealToggle(_:)) self.view.addGestureRecognizer(self.revealViewController().panGestureRecognizer()) revealViewController().delegate = self ``` And use button or swipe to open sideMenu
Thank you! Maybe I didn't saw it before because it was too fast. Do you know what it will be better to do with first issue ("Possible misuse of comma..."...
Thank you very much!