You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TactileSlider/Classes/TactileSlider.swift
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,15 @@ import UIKit
99
99
}
100
100
101
101
/// The radius of the rounded corners of the slider
102
-
@IBInspectableopenvarcornerRadius:CGFloat=16{
102
+
///
103
+
/// Note: If this is set to a negative value (or left as default in interface builder), the corner radius will be automatically determined from the size of the bounds
0 commit comments