Skip to content

Commit

Permalink
Change access control
Browse files Browse the repository at this point in the history
  • Loading branch information
woin2ee committed May 22, 2024
1 parent e96d6e3 commit cbb26c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UIKitPlus/RoundedProgressView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ open class RoundedProgressView: UIView {
fatalError("init(coder:) has not been implemented")
}

public override func layoutSubviews() {
open override func layoutSubviews() {
super.layoutSubviews()

self.layer.cornerRadius = self.bounds.height / 2
Expand Down

0 comments on commit cbb26c1

Please sign in to comment.