swift corner radious of view controller
extension UIView {
func makeCorner(withRadius radius: CGFloat) {
self.layer.cornerRadius = radius
self.layer.masksToBounds = true
self.layer.isOpaque = false
}
}
Also in Swift:
- register for remote notifications swift
- swift wait 5 seconds
- swift list
- Get the length of a String swift
- swift corner radious of view controller
- swift change enum value
- Expression of type 'UIViewController?' is unused warning when pop view controller in swift 3.0
- limit log file size swift
- swift uitableview cell spacing
- Library not loaded: @rpath/App.framework/App
- set button programmatically swift
- swift out of bound elelemnt
- How do I check if a string contains another string in Swift
- swift remove tableview cell
- dart capitalize first letter of each word
- swift add horizontal line uiview programmatically
- sheet swiftui
- how to screen record swift stackoverflow
- IOS create UIAlertViewController programmatically
- show alert swiftui
- deselect all cell in collectionview
- verilog monitor
- application tried to present a nil modal view controller on target
- swift open url