Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em authored and Bobo committed Oct 17, 2015
1 parent 4078b0c commit f950188
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file not shown.
3 changes: 1 addition & 2 deletions Sample Project/CheckBox/BEMMainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ - (IBAction)didDragAnimationSpeedSlider:(UISlider *)slider {
}

- (IBAction)didTapOnBoxTypeSegmentedControl:(UISegmentedControl *)segmentedControl {

self.checkBox.boxType = (segmentedControl.selectedSegmentIndex == 0) ?BEMBoxTypeCircle : BEMBoxTypeSquare;

[self.checkBox reload];
Expand Down Expand Up @@ -95,7 +94,7 @@ - (void)didSelectAnimationType:(BEMAnimationType)animationType {
}
}

#pragma mark - Navigation
#pragma mark Navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
if ([segue.identifier isEqualToString:@"toAnimationSelection"]) {
BEMAnimationsTableViewController *destVC = (BEMAnimationsTableViewController *)segue.destinationViewController;
Expand Down

0 comments on commit f950188

Please sign in to comment.