Stay in touch
AGSpriteButton
June 28, 2014 • MIT License
A custom button control for SpriteKit. Subclassed from SKSpriteNode, it handles touches on it's own and performs a desired selector, block or action.
No image provided.
PKHUD
June 28, 2014 • MIT License
A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8.
No image provided.
FeSlideFilter
June 27, 2014 • MIT License
The whole-new way to show your filter. See before/after photo in realtime by sliding your finger over the view.
No image provided.
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...
BAPersistentOperationQueue
June 26, 2014 • MIT License
A persistent operation queue that uses a database to save operations that need to be completed at a later time.
PASImageView
June 24, 2014 • MIT License
Rounded async imageview downloader lightly cached and written in Swift
YouTube Data API 3
June 23, 2014 • MIT License
A simple wrapper for YouTube data API 3.0 written completely in Objective-C.
CGParallaxCollectionView
June 23, 2014 • MIT License
Extending Ole Begemann CGParallaxCollectionView to Swift.
AFBlurSegue
June 21, 2014 • MIT License
Custom UIStoryboardSegue implementation for blurring the background of a modal view controller
BHTKeyboardAnimationBlocks
June 21, 2014 • MIT License
UIViewController category making life easier when working with animations on keybard appearing/disappearing. Provides a simple block based API to set animations to be performed on each of UIKeyboar...
btSimplePopUp-Menu
June 21, 2014 • MIT License
This is a simple popup menu for iOS. Inspired by iOS7 grouping folder (loook alike) in the springboard. Is is purely based on UIView. Includes flats looks, callbacks using blocks & several options ...
DZNEmptyDataSet
June 21, 2014 • MIT License
A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.
It will work automatically, by just conforming to DZNEmptyDataS...
No image provided.
TMConsecutiveDayHelper
June 20, 2014 • MIT License
A pretty basic implementation to help keep track of a users streak of days where he/she has launched your app.
The component uses NSUserDefaults to keep track of the dates. It also makes use of ...