RoundedCorner

struct RoundedCorner : Shape

Custom shape to round specific corners

  • Declaration

    Swift

    var radius: CGFloat
  • Declaration

    Swift

    var corners: UIRectCorner
  • Declaration

    Swift

    func path(in rect: CGRect) -> Path