垂直滑动控件 SlideControl
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/dasdom/SlideControl
软件介绍
SlideControl 是 Swift 2.0 创建的垂直滑动控件
使用:
let titles = ["1st Option", "2nd Option", "3rd Option", "4th Option"] let slideControl = DHSlideControl(titles: titles) slideControl.translatesAutoresizingMaskIntoConstraints = false slideControl.addTarget(self, action: "didChange:", forControlEvents: .ValueChanged) slideControl.color = UIColor(hue: 0.6, saturation: 0.9, brightness: 0.65, alpha: 1.0) slideControl.layer.cornerRadius = 10
The Lambda Calculus, Its Syntax and Semantics . Revised Edition
H.P. Barendregt / North Holland / 1985-11-15 / USD 133.00
The revised edition contains a new chapter which provides an elegant description of the semantics. The various classes of lambda calculus models are described in a uniform manner. Some didactical impr......一起来看看 《The Lambda Calculus, Its Syntax and Semantics . Revised Edition》 这本书的介绍吧!
