curryFire🔥 ============ curry is an Cocoa Touch framework built to enhance and compliment Foundation and UIKit. curryFire builds on top of curry with hot fire animations. If you're looking to see some of the framework in action see the example project or read the documentation.
Installation
curryFire is a Swift package. Add it in Xcode with File → Add Package Dependencies… using
https://github.com/devinross/curry-fire.git, or declare it in your own Package.swift:
dependencies: [
.package(url: "https://github.com/devinross/curry-fire.git", branch: "master"),
],
targets: [
.target(name: "MyApp", dependencies: [
.product(name: "curryfire", package: "curry-fire"),
]),
]
The package ships two modules. curryfire holds the Objective-C types and CurryFireSwift
holds the Swift-only ones, so import whichever you need:
import curryfire // TKAnimatedCounterLabel, TKProgressRingView, UIView+Confetti, …
import CurryFireSwift // TKGlowButton, TKMultiSwitch, TKPegSlider, UIView+Zoom, …
From Objective-C, use @import CurryFireSwift; to reach the Swift half.
Documentation
Browse the documentation at devinross.com/curryfire/. To add the documentation directly to Xcode, download the docset and place the docset into the~/Library/Developer/Shared/Documentation/DocSets/ folder.
##Samples
!Pegs
##Animations
Shake
!Zoom
Zoom
Wiggle
Run Forrest
Tickle
!Hop
Hop
Follow me on twitter @devin_ross.
🔥🏀