All Projects → saru2020 → Sparkbuttondemo

saru2020 / Sparkbuttondemo

Demonstrates the Like button animation.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Sparkbuttondemo

Awesome Swiftui
A curated list of awesome SwiftUI tutorials, libraries, videos and articles.
Stars: ✭ 289 (+37.62%)
Mutual labels:  apple, library
Sarunarchiveany
A very useful library for Unarchiving the .zip, .rar, .7z files for iOS. Block based integration of UnrarKit + SSZipArchive + LzmaSDKObjC (7z).
Stars: ✭ 275 (+30.95%)
Mutual labels:  apple, library
October30
macOS Screen Saver showing 371 Apple logos from their 2018 iPad event
Stars: ✭ 200 (-4.76%)
Mutual labels:  apple
Svelte Component Template
A base for building shareable Svelte 3 components
Stars: ✭ 208 (-0.95%)
Mutual labels:  library
Protractorview
A semicircular seekbar view for selecting angle from 0° to 180° ✨
Stars: ✭ 204 (-2.86%)
Mutual labels:  library
Apple Bundle Identifiers
Apple iOS 13.0 Native App Bundle Identifiers
Stars: ✭ 202 (-3.81%)
Mutual labels:  apple
Vuent
🎨 Vue.js components implementing Microsoft Fluent Design
Stars: ✭ 207 (-1.43%)
Mutual labels:  library
Libreauth
LibreAuth is a collection of tools for user authentication.
Stars: ✭ 201 (-4.29%)
Mutual labels:  library
Vanilla Tilt.js
A smooth 3D tilt javascript library.
Stars: ✭ 2,851 (+1257.62%)
Mutual labels:  library
Onednn
oneAPI Deep Neural Network Library (oneDNN)
Stars: ✭ 2,600 (+1138.1%)
Mutual labels:  library
Friendly Challenge
The widget and docs for the proof of work challenge used in Friendly Captcha. Protect your websites and online services from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
Stars: ✭ 207 (-1.43%)
Mutual labels:  library
Store
A beautifully-simple framework-agnostic modern state management library.
Stars: ✭ 204 (-2.86%)
Mutual labels:  library
Pgsodium
Modern cryptography for PostgreSQL using libsodium.
Stars: ✭ 202 (-3.81%)
Mutual labels:  library
Shsearchbar
The search bar that doesn't suck.
Stars: ✭ 206 (-1.9%)
Mutual labels:  apple
Piano
Easily play combinations of sound effects and Taptic Engine vibrations on iOS.
Stars: ✭ 202 (-3.81%)
Mutual labels:  apple
Mac
macOS Mojave v. 10.14 setup for developers.
Stars: ✭ 209 (-0.48%)
Mutual labels:  apple
Reference Arithmetic Coding
Clear implementation of arithmetic coding for educational purposes in Java, Python, C++.
Stars: ✭ 201 (-4.29%)
Mutual labels:  library
Cordova Plugin Contacts
Apache Cordova Plugin contacts
Stars: ✭ 203 (-3.33%)
Mutual labels:  library
Android References
👏 Android 示例程序:MVP, MVVM, 组件化, AndroidX, ARouter, RxJava, EventBus, ButterKnife, 视频播放, 视频直播, 网络访问, 布局和控件整理等
Stars: ✭ 206 (-1.9%)
Mutual labels:  library
K4kotlin
A sweet, small set of Kotlin functions to reduce your android boilerplate code
Stars: ✭ 210 (+0%)
Mutual labels:  library

SparkButtonDemo

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



👨🏻‍💻 Author

  • Saravanan alt text

Buy me a coffee/beer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].