Custom Screen Presentation Controller Coner Radius Swift

[Solved] Custom Screen Presentation Controller Coner Radius Swift | Swift - Code Explorer | yomemimo.com
Question : custom screen presentation controller coner radius swift

Answered by : ahsan-lwa8tagab3go

//Add these lines in your viewcontroller which you want to present
view.layer.cornerRadius = 15.0 // any radius value
view.layer.maskedCorners = [.layerMinXMinYCorner, .layerMaxXMinYCorner]

Source : | Last Update : Sun, 09 Jan 22

Answers related to custom screen presentation controller coner radius swift

Code Explorer Popular Question For Swift