目录 iOS 步进器控件 UIStepper 1. UIStepper 常规使用 2. UIStepper 设置按钮图片 附 Github 源码: iOS 步进器控件 UIStepper 1. UIStepper 常规使用 // 创建 UIStepper let stepper = UIStepper(frame: CGRect(x: 25, y: 880, width: 0, height: 0)) // 设置 UIStepper 颜色 stepper.tintColor = UIColor.red // 设置 UIStepper 最小值 stepper