Stay in touch
SwiftImageLoader
July 29, 2014 • MIT License
Asynchronous Image Loader in Swift. Caches using an NSCache.
Useful for UITableViewCells.
DPTransparentEdgesTableView (Swift and Objective-C implementation)
July 21, 2014 • MIT License
Table and scroll view with transparent top and bottom edges. Written in Objective-C and Swift
HGWActivityButton - Swift
July 21, 2014 • MIT License
A UIButton subclass with a custom, built-in activity indicator
Written in Swift.
Wyrd
July 19, 2014 • MIT License
Wyrd is a library for asynchronous programming in Swift. It aims to be concise and simple. Wyrd is inspired by Promises/A+. Both Swift and Cocoa Touch doesn't provide any helpers for asynchronous p...
GoogleWearAlert (Swift)
July 11, 2014 • MIT License
An Android Wear style animated confirmation view for iOS - Written in Swift
This library is not intended as fully fledged alert view replacement (it has no buttons) this confirmation view is ide...
MPGNotification
July 10, 2014 • MIT License
MPGNotifications is an iOS control that allows you to display in-app interactive notifications that are fully customisable to suit your needs.
LTBouncyPlaceholder (Swift)
July 08, 2014 • MIT License
A learning-by-doing UITextField extension written in Swift
LTMorphingLabel (Swift)
July 07, 2014 • MIT License
A learning-by-doing Swift project cloning the original Morphing Label of iOS 8 introduced in WWDC 2014.
Swift-Useful-Extensions
July 07, 2014 • MIT License
lots of categories i used in objc, rewrite in swift, more coming.
PKLocationManager (Swift)
July 07, 2014 • MIT License
A Swift based, centralized location manager, simplifying the CLLocationManager API by adding closures and automatically adjusting accuracy, based on the subscribers common needs.
TaskQueue (Swift)
July 07, 2014 • MIT License
A great Swift class for managing asynchronous tasks that need to execute one after another. You just add tasks (as closures) to the queue and the queue takes care to execute them in the proper orde...
PKNetworkActivityController
June 30, 2014 • MIT License
A simple and lightweight network activity indicator controller written in Swift.
PKHUD
June 28, 2014 • MIT License
A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8.
MPGTextField
June 26, 2014 • MIT License
An autocomplete textfield for iOS which provides suggestions as you type. Written both in Swift and Objective C, the textfield can be configured to ensure that a selection is compulsorily made from...
PASImageView
June 24, 2014 • MIT License
Rounded async imageview downloader lightly cached and written in Swift
CGParallaxCollectionView
June 23, 2014 • MIT License
Extending Ole Begemann CGParallaxCollectionView to Swift.