iOS 复选框 SCheckbox
- 授权协议: 未知
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/wanaya/SCheckbox
- 官方下载: https://github.com/wanaya/SCheckbox
软件介绍
SCheckbox 是 Swift 编写的复选框控件。
class ViewController: UIViewController {
@IBOutlet weak var check: SCheckBox!
override func viewDidLoad() {
super.viewDidLoad()
self.check.color(UIColor.grayColor(), forState: UIControlState.Normal)
self.check.textLabel.text = "this is a checkbox"
self.check.addTarget(self, action: "tapCheck:", forControlEvents: UIControlEvents.ValueChanged)
}
func tapCheck(checkBox: SCheckBox!){
println("\(checkBox.checked)")
}}
How to Solve It
Zbigniew Michalewicz、David B. Fogel / Springer / 2004-03-01 / USD 59.95
This book is the only source that provides comprehensive, current, and detailed information on problem solving using modern heuristics. It covers classic methods of optimization, including dynamic pro......一起来看看 《How to Solve It》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
UNIX 时间戳转换
UNIX 时间戳转换
