iOS 动画 D3View
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/mozhenhau/D3View
- 软件文档: http://mozhenhau.com/2015/06/08/d3view/
软件介绍
一句代码轻松实现 iOS 常用动画效果 如果只需要方便实现动画,只需要 D3Venders 类,这个类是扩展 UIView 类 另外一些类是常用 UI 控件的扩展,主要是应用在 storyboard 的方便。
动画使用
比如要实现左右摇 :view.shake() 如果摇完有回调 :view.shake("finish") 其他动画效果参照代码
其他扩展使用:
旨在不写代码前提下,利用 storyboard 做更多的事情
安装使用:
使用CocoaPods (iOS 8+, OS X 10.9+)
pod 'D3View', '~> 1.0.0' swift调用framework需要import D3View
普通使用
拖动D3View目录到你的项目,只需要动画效果则只需拖动D3Venders.swift文件
Cascading Style Sheets 2.0 Programmer's Reference
Eric A. Meyer / McGraw-Hill Osborne Media / 2001-03-20 / USD 19.99
The most authoritative quick reference available for CSS programmers. This handy resource gives you programming essentials at your fingertips, including all the new tags and features in CSS 2.0. You'l......一起来看看 《Cascading Style Sheets 2.0 Programmer's Reference》 这本书的介绍吧!
