我如何使用Swift从UISepper中将整数放入文本字段?
我在Objective C中是这样做的:
- (IBAction)oneClicker:(UIStepper *)sender {
self.oneValue.text = [NSString stringWithFormat:@"%d",
[[NSNumber numberWithDouble:[(UIStepper *)sender value]] intValue]];
AudioServicesPlaySystemSound(_PlaySound);
}
4条答案
按热度按时间3pmvbmvn1#
很简单
kcrjzv8t2#
这是我如何让它工作不知道是否最好的方法,但它是在这里
aurhwmvo3#
在上面尝试时,得到了一个错误。尝试了一些不同的东西,它的工作。
w80xi6nr4#