iOS 开源视图组件 DLPickerView
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/danleechina/DLPickerView
- 软件文档: https://github.com/danleechina/DLPickerView/blob/master/README.md
软件介绍
一个 iOS 开源视图组件,可以完全替代 UIPickerView 来使用。同时新增了很多特性。
1. 每个 component 可以循环滚动,而且是真正意义上的循环滚动。
2. 每个 component 可以设置滚动范围。
3. component 的布局有两种,水平和垂直。
4. 可以像使用 UITableViewDelegate 一样返回一个 cell 来使用 DLPickerView。
5. 可以自定义滚动效果,来替代原生的车轮滚动效果。
6. 可以自定义滚动的声效。
7. 可以调整中间指示器的放大比
8. 可以设置夜晚模式。
9. 可以使每个 component 有无限的 row, 同时不会有内存使用问题。
10. 所有 UIPickerView 提供的属性、方法都支持,完全可以用来替代 UIPickerView。
Real-Time Rendering, Third Edition
Tomas Akenine-Moller、Eric Haines、Naty Hoffman / A K Peters/CRC Press / 2008-7-25 / USD 102.95
Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent or programmable shaders, a wide varie......一起来看看 《Real-Time Rendering, Third Edition》 这本书的介绍吧!
