Skip to content

Rename to use CAShapeLayerLineCap #8

@pankajsoni19

Description

@pankajsoni19

public func style() -> CAShapeLayerLineCap {
    switch self {
    case .round:
        return CAShapeLayerLineCap.round
    case .butt:
        return CAShapeLayerLineCap.butt
    case .square:
        return CAShapeLayerLineCap.square
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions