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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Variables that you can use:
35
35
36
36
```swift
37
37
openvar animatedTabTransitionDuration: TimeInterval =1// The value of the animation tab when isAnimatedTabTransition property is true
38
-
@objcdynamicopenvar animatedTabTransitionRedrawDifferenceDuration: TimeInterval =0// The value of the redraw view difference from transition duration when isAnimatedTabTransition property is true
38
+
openvar animatedTabTransitionRedrawDifferenceDuration: TimeInterval =0// The value of the redraw view difference from transition duration when isAnimatedTabTransition property is true
39
39
openvar backgroundCornerRadius: CGFloat =0// The radius of the background.
40
40
openvar backgroundCustomColor: UIColor = .clear// The color of the background.
41
41
openvar borderCornerRadius: CGFloat =0// The radius of the control's border.
0 commit comments