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
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Example usage:
110
110
**BEMCheckBox** uses a delegate to receive check box events. The delegate object must conform to the `BEMCheckBoxDelegate` protocol, which is composed of two optional methods:
111
111
112
112
-`didTapCheckBox:`
113
-
Sent to the delegate every time the check box gets tapped, after its properties are updated (on), but before the animations are completed.
113
+
Sent to the delegate every time the check box gets tapped, after its properties are updated (`on`), but before the animations are completed.
114
114
115
115
-`animationDidStopForCheckBox:`
116
116
Sent to the delegate every time the check box finishes being animated.
0 commit comments