SparkButtonDemo:火花式动效按钮演示小组件

1,257 阅读1分钟
原文链接: github.com

Demonstrates the SparkButton Animations that reflects the FB's Paper App's Like button animation.


There is also a writeup on the Imaginea blog.

SparkButtonDemo

Installation :

(i) Import "SparkButton.swift" & "SparkView.swift" files into your project.
(ii) Import QuartzCore framework into your project.


Usage :

On Your UIViewController's UI setup method, add these lines:

    let rect: CGRect = CGRectMake(100, 100, 40, 40)
    likeButton = SparkButton(frame: rect)
    self.view.addSubview(likeButton)


Apps Using this Library :

Fontli