垂直滑动控件 SlideControl

码农软件 · 软件分类 · 滑杆(Slider) · 2019-06-15 13:58:46

软件介绍

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

本文地址:https://www.codercto.com/soft/d/8028.html

Lighttpd

Lighttpd

Andre Bogus / Packt Publishing / 2008-10 / 39.99

This is your fast guide to getting started and getting inside the Lighttpd web server. Written from a developer's perspective, this book helps you understand Lighttpd, and get it set up as securely an......一起来看看 《Lighttpd》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码