PinterestAnimator like Pinterest 3.0++ App transition animation.
- iOS 6.0+ / xcode 5.1 or later.
- ARC
CocosPods is the recommended method to install PinterestAnimator, just add the following line to Podfile
pod 'PinterestAnimator'
and run pod install
, then you're all done!
##TODO
- Makes the program more easy to learn.
- Use the MVC design pattern.
- Implement transitions animattor.
中文: PinterestAnimator 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息。
English: PinterestAnimator is available under the MIT license, see the LICENSE file for more information.
-
Thanks you demon1105 create PinterestSwift.
-
My open source base on and reference PinterestSwift code and ideas.
-
But I use Objective-C Language coding.
- Thanks you chiahsien create CHTCollectionViewWaterfallLayout.