2
0

Source is button item, not a view.

This commit is contained in:
Maarten Billemont
2020-05-24 10:54:25 -04:00
parent 5db294bdb3
commit 7368b1be90
3 changed files with 6 additions and 6 deletions

View File

@@ -435,7 +435,7 @@
}];
}
- (IBAction)doContent:(id)sender {
- (IBAction)doContent:(UIButton *)sender {
[UIView animateWithDuration:.2f animations:^{
self.contentButton.selected = YES;