Stay in touch
DatePickerCell
November 17, 2014 • MIT License
Inline/Expanding date picker for table views. Written in swift.
Anim
November 14, 2014 • MIT License
Animation library, using Core Animation. Designed for iOS. In Swift.
Camembert
November 14, 2014 • MIT License
Use sqlite3 for iOS and OS X simply. Written in Swift, you can now store all your data, with the easy way ever.
Scream.swift
November 14, 2014 • MIT License
UIKit's extensions to use closure in Swift.
Scream.swift is a wrapper for UIKit that lets you replace target and selector with closure.
self.button = (UIButton.buttonWithType(.Custom) as ...
KWStepper
November 13, 2014 • MIT License
KWStepper is a stepper control written in Swift. Unlike UIStepper, KWStepper allows for a fully customized UI and provides optional delegate methods for tailoring the UX.
ObjectMapper (Swift)
November 13, 2014 • MIT License
ObjectMapper is a framework written in Swift that makes it easy for you to convert your Model objects to and from JSON.
DKAsyncImageView
November 10, 2014 • MIT License
A Swift subclass of NSImageView for loading remote images asynchronously.
* Download images from the Web to DKAsyncImageView asynchronously with just 1 line of code
* Set a 'Placheholder Image'...
Plopix Konami Code Gesture
November 06, 2014 • MIT License
Swift Simple implementation of the Konami Code gesture
SwiftPagingNav
October 31, 2014 • MIT License
A Twitter-like navigation bar and page viewer written in Swift.
DHTweak
October 28, 2014 • MIT License
An implementation of Facebook Tweaks in Swift.
With DHTweak you can tweak
- Floats (z.B. font size, position, size, animation durations, dynamic behavior values)
- Doubles
- Ints (z.B. loo...
No image provided.
SwiftForms
October 22, 2014 • MIT License
A small and lightweight library written in Swift that allows you to easily create forms.
MaterialDesignColorsSwift
October 21, 2014 • MIT License
All colors defined in Google Material Design guidelines available for OSX and iOS development
AdaptiveController
October 20, 2014 • MIT License
AdaptiveController is a 'Progressive Reduction' Swift module for adding custom states to Native or Custom UI elements.
StatefulViewController
October 16, 2014 • MIT License
Placeholder views based on content, loading, error or empty states
SwiftyJSON
October 14, 2014 • MIT License
The better way to deal with JSON data in Swift
let json = JSON(data: dataFromNetworking)
if let userName = json[0]["user"]["name"].string{
//Now you got your value
}