Profile
Back to NewsBack
GitHub Trending 2 min
Reader Mode
devinross/curry-fire: Fire for your iPhone

devinross/curry-fire: Fire for your iPhone

6 hours ago

!curryFire

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

TKPegSlider

!Counter

TKAnimatedCounterLabel

!Confetti

Confetti

##Animations

!Shake

Shake

!Zoom

Zoom

!Wiggle

Wiggle

!Run Forrest

Run Forrest

!Tickle

Tickle

!Hop

Hop

Follow me on twitter @devin_ross.

🔥🏀

Our Related Projects
Farm Fresh Kikapu

An e-commerce platform for farm-fresh produce - an online st...

View Project
Chat with me