PGDrawerTransition icon indicating copy to clipboard operation
PGDrawerTransition copied to clipboard

Need example for Storyboard

Open luongchautuan opened this issue 6 years ago • 0 comments

Hi Sir,

I cannot show menu based on Storyboard in Swift 4.

let storyboard = UIStoryboard(name: "Main", bundle: nil) let leftMenuViewController = self.storyboard?.instantiateViewController(withIdentifier: "MenuViewController") as! MenuViewController

    self.leftDrawerTransition = DrawerTransition(target: self, drawer: leftMenuViewController)

luongchautuan avatar Jun 25 '18 16:06 luongchautuan