Stay in touch
Tweaker
October 14, 2014 • Custom License
Tweaker is a library that makes it easy to play around with values (e.g. animation speed) without having to rebuild your application
FloatRatingView
October 11, 2014 • MIT License
A simple rating view for iOS written in Swift! Supports whole, half or floating point values. I couldn't find anything that easily set floating point ratings, so I made this control based on the Ra...
BWWalkthrough
October 08, 2014 • MIT License
BWWalkthrough (BWWT) is a class that helps you create Walkthroughs for your iOS Apps. It differs from other similar classes since it hasn't a rigid template; BWWT is just a layer placed over your c...
HanekeSwift
October 07, 2014 • Apache 2.0 License
Haneke is a lightweight generic cache for iOS written in Swift. For example, here's how you would initialize a data cache:
`let cache = Cache<NSData>("my-files")`
Haneke also includes a zero-...
FDChessboardView
October 07, 2014 • MIT License
### Features
* High resolution graphics
* Customizable themes and game graphics
* Supports all single board chess variants: suicide, losers, atomic, etc.
* Supports games with odd piece a...
Slidden
October 06, 2014 • MIT License
Slidden is an open source, customizable, iOS 8 keyboard, written in Swift. iOS 8 brought us the ability to create fully customizable keyboards, but does not provide a strong foundation to start fro...
ImagePickerSheetController
October 04, 2014 • MIT License
ImagePickerSheetController is a component that replicates the custom photo action sheet in iMessage. It's very similar to UIAlertController which makes its usage simple and concise.
RateMyApp (Swift)
October 03, 2014 • MIT License
RateMyApp is a class to provide gentle reminders for app users to rate your app, written completely in swift
Features:
1) Easy setup
2) Supports iOS7 & iOS8
No image provided.
MapManager (Swift)
September 30, 2014 • MIT License
Map manager is a MapKit wrapper to provide route direction drawing written entirely in Swift
1) Closure support
2) Get directions using Apple service
3) Get directions using Google service...
DTIToastCenter (Swift)
September 25, 2014 • MIT License
A toast center for displaying quick toast to the user. Written in swift.
VMXMLParser (Swift)
September 25, 2014 • MIT License
VMXMLParser is a NSXMLParser wrapper in Swift
Features:
1) Closure based
2) Response as array of dictionaries
3) Unicode support
4) Just two lines and you are done :)
SAMPLE...
LocationManager (Swift)
September 23, 2014 • MIT License
CLLocationManager wrapper in Swift, performs location update, geocoding and reverse geocoding using Apple and Google service
Features:
1) Location update with closure & delegate support
2)...
MIBadgeButton-Swift
September 23, 2014 • MIT License
MIBadgeButton is badge button written in Swift with high UITableView/UICollectionView performance.
SwiftTask
September 22, 2014 • MIT License
Promise + progress + pause + cancel, using SwiftState (state machine).
SugarRecord
September 19, 2014 • MIT License
A Core Data management library written in Swift. Thanks to SugarRecord you'll be able to start the Core Data stack structure just with a line of code and start working with your database models usi...