Stay in touch
PCSEQ
October 08, 2013 • BSD License
EQ visualizer
Is an animated EQ visualizer that can be used for audio ios applications.
How to use:
PCSEQVisualizer* eq = [[PCSEQVisualizer alloc]initWithNumberOfBars:20]; [self.view addSu...
TheCapper
September 16, 2013 • BSD License
iOS based utility for conveniently generating resizable UIImage code
MotionGestureRecognizers
August 24, 2013 • BSD License
MotionGestures is a simple, multi-platform gesture recognition library for Leap Motion that mimics the UIGestureRecognizer classes of iOS. Build powerful, gesture driven OS X apps with this simple ...
ZeeSQLiteHelper
August 12, 2013 • BSD License
Simple SQLite helper for performing general database tasks with few lines of code like fetching records from DB, Inserting, Updating and Deleting records.
MVBouncyView
August 11, 2013 • BSD License
UIView category providing bouncing functionality. Example usage:
UIView *view = (some view in your code)
view.bounceAmplitude = 1.25f; // optional
view.bounceAttenuation = 1....
No image provided.
CBDraggableView
August 03, 2013 • BSD License
A subclass of UIView that you can drag to anywhere.
Also add the effect like those dating app (swipe, Tinder, etc.), swipe left and right will make the view rotate a little bit.
SAHighlightedTextField
August 02, 2013 • BSD License
A flexible iOS component that subclasses UITextField and switches the background while the text field is being edited.
JWToolbarAdaptiveSpaceItem
July 25, 2013 • BSD License
A spacer item for NSToolbars that can automatically resize itself to match an adjacent NSSplitView or other pane-like setup.
MSCellAccessory
July 21, 2013 • BSD License
UITableViewCell accessoryType can easily customizing the colors. Supported iOS7 Flat Design.
UI7Kit
July 14, 2013 • BSD License
Backport flat-style UIKit from iOS7 to iOS5+. Drop-in replacement of legacy UIKit also is supported.
UI7Kit is alternative implementation of iOS theme on the iOS5/iOS6. Because UI7Kit support ru...
JSController
July 08, 2013 • BSD License
A set of classes that make it easy to build a controller UI for games.
- Written purely in UIKit
- All controls are both delegate based and/or pollable.
- D-Pad class with full 8 directions, b...
RCHGestureGuide
June 30, 2013 • BSD License
A tool to display gesture hints to your users on any area of user interface area of your application.
Allow the user to dismiss and remove guides for different areas of your applications and re-...
No image provided.
FocusColorTextField
June 29, 2013 • BSD License
Set a different backgroundColor and textColor on your text fields and text views when they have focus.
CurrencyNumericTextField
June 28, 2013 • BSD License
Provides a currency symbol-equipped text field.