Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed Oct 9, 2015
1 parent 6d28d9c commit 2d3c94a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Classes/BEMCheckBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ typedef NS_ENUM(NSInteger, BEMAnimationType) {
BEMAnimationTypeFade
};

/** This property allows you to retrieve and set (without animation) a value determining whether the BEMCheckBox object is on or off.
/** This property allows you to retrieve and set (without animation) a value determining whether the BEMCheckBox object is On or Off.
* Default to NO.
*/
@property (nonatomic) IBInspectable BOOL on;
Expand Down Expand Up @@ -98,13 +98,13 @@ typedef NS_ENUM(NSInteger, BEMAnimationType) {
*/
@property (nonatomic) BEMBoxType boxType;

/** The animation type when the check mark is gets set to "on".
/** The animation type when the check mark gets set to On.
* @warning Some animations might not look as intended if the different colors of the control are not appropriatly configured.
* @see BEMAnimationType.
*/
@property (nonatomic) BEMAnimationType onAnimationType;

/** The animation type when the check mark is gets set to "off".
/** The animation type when the check mark gets set to Off.
* @warning Some animations might not look as intended if the different colors of the control are not appropriatly configured.
* @see BEMAnimationType.
*/
Expand All @@ -115,7 +115,7 @@ typedef NS_ENUM(NSInteger, BEMAnimationType) {
- (void)setOn:(BOOL)on animated:(BOOL)animated;

/** Forces a redraw of the entire check box.
* The current value of 'on' is kept.
* The current value of On is kept.
*/
- (void)reload;

Expand Down

0 comments on commit 2d3c94a

Please sign in to comment.