Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderZsq committed Oct 11, 2019
1 parent ce9a508 commit 61444b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQIntervalTimer/SQIntervalTimer/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ - (void)loadData {
}

- (void)configureView {
[self.segmentedControl addTarget:self action:@selector(segmentedControlValueChanged:) forControlEvents:(UIControlEventValueChanged)];
[self.segmentedControl addTarget:self action:@selector(segmentedControlValueChanged:) forControlEvents:(UIControlEventValueChanged)];
self.segmentedControl.selectedSegmentIndex = 1;
[self segmentedControlValueChanged:self.segmentedControl];
}
Expand Down

0 comments on commit 61444b6

Please sign in to comment.