Stay in touch
KOActivityIndicator
March 12, 2015 • MIT License
Easy styled, IBDesignable and IBInspectable activity indicator in Swift.
Calendar-OSX
March 12, 2015 • MIT License
Calendar component for OSX inspired by some free iOS alternatives
HYPanViewController
March 12, 2015 • MIT License
The ViewController that recreates the vvebo app Animation.
The Awesome way to delete tableView Cell or present New ViewController.
BLKFlexibleHeightBar
March 12, 2015 • MIT License
BLKFlexibleHeightBar allows you to create header bars with flexible heights. Often, this sort of UI paradigm is used to hide chrome and make room for more content as a user is scrolling. This is se...
UILabel-AutomaticWriting
March 10, 2015 • MIT License
UILabel category with automatic writing animation. Inspired by Google Trends - Hot Searches (http://www.google.com/trends/hottrends/visualize)
Versions
March 10, 2015 • MIT License
Helping you find inner peace when comparing version numbers in Swift.
MARKRangeSlider
March 09, 2015 • MIT License
A custom reusable slider control with 2 thumbs (range slider). Values range is between `minimumValues` and `maximumValue` (from 0 to 1 by default). The left thumb isn't able to go on the right side...
LIGRippleView
March 09, 2015 • MIT License
UIView subclass with elegant ripple effect, inspired by many dribbble demos.
BIND
March 08, 2015 • MIT License
Data Binding and MVVM for iOS
BIND offers a loose framework for implementing MVVMC architecture in your app. Make your code more reactive, testable and maintainable.
LTNavigationBar
March 08, 2015 • MIT License
UINavigationBar Category which allows you to change its background dynamically.
Form
March 08, 2015 • MIT License
Form came out from our need to a form that could share logic between our iOS apps and our web clients, we found that JSON was one way to achieve this.
Form includes the following features:
- ...
Persei
March 08, 2015 • MIT License
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift!
No image provided.
ANProgressStepper
March 08, 2015 • MIT License
A stepped progress control to show the user their progress in a multi-step process such as a multi-page form.
SSASideMenu
March 08, 2015 • MIT License
SSASideMenu is a reimplementation of romaonthego/RESideMenu in Swift. A iOS 7/8 style side menu with parallax effect.
StringScore_Swift
March 06, 2015 • MIT License
Swift string ranking 0 for no match; up to 1 for perfect. "String".score(word:"str"); //=> 0.825
StringScore_Swift is a Swift library which provides fast fuzzy string matching/scoring. Based on ...
KMPlaceholderTextView
March 06, 2015 • MIT License
A UITextView subclass that adds support for multiline placeholder written in Swift.