Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to make rootview with corners? #191

Open
esraamasuad opened this issue Nov 4, 2021 · 3 comments
Open

how to make rootview with corners? #191

esraamasuad opened this issue Nov 4, 2021 · 3 comments

Comments

@esraamasuad
Copy link

Screen Shot 2021-11-04 at 10 34 00 PM

@ahmed-msayed
Copy link

i have the same issue
please fix it

@oilladacds
Copy link

Same issue here

@iamkims
Copy link

iamkims commented Apr 23, 2022

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
    
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants