Skip to content

Commit

Permalink
move method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Moore committed Apr 14, 2016
1 parent 95670f4 commit b614b93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/BEMCheckBox.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ - (void)handleTapCheckBox:(UITapGestureRecognizer *)recognizer {
}
}

#pragma mark - Helper methods -

#pragma mark Increase touch area
- (BOOL) pointInside:(CGPoint)point withEvent:(UIEvent *)event;
{
Expand All @@ -194,7 +196,6 @@ - (BOOL) pointInside:(CGPoint)point withEvent:(UIEvent *)event;
return found;
}

#pragma mark - Helper methods -
#pragma mark Drawings
- (void)drawRect:(CGRect)rect {
[self setOn:self.on animated:NO];
Expand Down

0 comments on commit b614b93

Please sign in to comment.