iOS 占位符 Masu-Swift
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: 未知
- 软件首页: https://github.com/midnightSuyama/Masu-Swift
软件介绍
Masu-Swift 是 iOS 样板的占位符。
用法:
import Masu_Swift // UIView demo let masu = Masu(frame: CGRectMake(0, 300, 220, 100)) masu.backgroundColor = UIColor(red: 0, green: 0.5, blue: 0.5, alpha: 1) masu.text = "View" self.view.addSubview(masu) // UIImage demo let btn = UIButton.buttonWithType(UIButtonType.Custom) as! UIButton btn.frame = CGRectMake(220, 300, 100, 100) btn.setImage(Masu.imageWithSize(btn.frame.size, backgroundColor: UIColor.grayColor(), labelText: "Button"), forState: UIControlState.Normal) self.view.addSubview(btn)
Introduction to Semi-Supervised Learning
Xiaojin Zhu、Andrew B. Goldberg / Morgan and Claypool Publishers / 2009-6-29 / USD 40.00
Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, le......一起来看看 《Introduction to Semi-Supervised Learning》 这本书的介绍吧!
URL 编码/解码
URL 编码/解码
XML、JSON 在线转换
在线XML、JSON转换工具
