Skip to content

Commit 492b617

Browse files
authored
Make cornerRadius an open variable
1 parent 15e887c commit 492b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TactileSlider/Classes/TactileSlider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import UIKit
9999
}
100100

101101
/// The radius of the rounded corners of the slider
102-
@IBInspectable var cornerRadius: CGFloat = 16 {
102+
@IBInspectable open var cornerRadius: CGFloat = 16 {
103103
didSet {
104104
renderer.cornerRadius = cornerRadius
105105
}

0 commit comments

Comments
 (0)