企业包发版 此commit置顶 2.1.0

This commit is contained in:
liyuhua
2024-02-04 16:40:06 +08:00
parent aa6c0f03ec
commit c9f073f3ac
7 changed files with 17 additions and 16 deletions

View File

@@ -105,11 +105,7 @@
}];
}
[self updateCountStatus];
if (self.arrowButton.isSelected) {
self.arrowButton.transform = CGAffineTransformMakeRotation(M_PI);
} else {
self.arrowButton.transform = CGAffineTransformIdentity;;
}
}
- (void)sureButtonAction:(UIButton *)sender {
@@ -500,6 +496,7 @@
_arrowButton = [UIButton buttonWithType:UIButtonTypeCustom];
[_arrowButton setImage:[UIImage imageNamed:@"gift_bar_count_arrow"] forState:UIControlStateNormal];
[_arrowButton addTarget:self action:@selector(arrowButtonAction:) forControlEvents:UIControlEventTouchUpInside];
self.arrowButton.transform = CGAffineTransformMakeRotation(M_PI);
}
return _arrowButton;
}