Open esraamasuad opened 3 years ago
i have the same issue please fix it
Same issue here
class SideMenuController: LGSideMenuController {
// `viewDidLoad` probably the best place to assign them.
// But if necessary you can do it in other places as well.
override func viewDidLoad() {
super.viewDidLoad()
//self.rootViewLayerShadowRadius = 0 // If u remove shadow then the corner radius would be apt. Use as per ur convenience.
self.rootView?.layer.cornerRadius = 30
}
}