You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// `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
}
The text was updated successfully, but these errors were encountered: