Stay in touch
PDGestureTableView
October 23, 2013 • Public Domain License
Great Mailbox-like UITableView.
- **Swipe** the cells to perform multiple actions.
- **Tap and hold** to move cells.
- A **UIView** can be set to be shown **when there's no content** on the ta...
SNIndexedScroller
September 28, 2013 • Public Domain License
HTML content display, with custom scroller, showing specific sections throughout the document as markers in the scroll. On position it displays the currently scrolled section.
Section titles are p...
No image provided.
UIImageView-Placekitten
September 22, 2013 • Public Domain License
A simple category on UIImageView that asynchronously downloads placeholder images from www.placekitten.com. These images fit the UIImageView bounds and respect screen scale for retina devices.
PQCollectionViewCell
June 17, 2013 • Public Domain License
PQCollectionViewCell is based on the logic behind PQTableViewCell, applied on a UICollectionViewCell.
To use, subclass PQCollectionViewCell, and use `drawCellView:` instead of `drawRect:` when y...
CFIFrostedOverlayView
June 17, 2013 • Public Domain License
A view that renders its superview with a gaussian blur like iOS 7's Control Center.
Core Data + Sections
June 10, 2013 • Public Domain License
Easy starting point for Core Data with automatic sections, based on the day of entry. Something like Facebook's timeline, something lots of people keep asking about on Stack Overflow.
This is an...
UIView+EasingFunctions
May 25, 2013 • Public Domain License
A category on UIView that allows to attach custom easing functions to animatable UIView properties.
TDRatingScale
March 08, 2013 • Public Domain License
The TDRatingScale is similar to regular UISlider except that it has some best custom graphics which is more intuitive.The purpose of this custom slider is to provide mechanism for getting input fro...
TB_CircularSlider
March 02, 2013 • Public Domain License
This is a circular slider to select a value from 0 to 360. The control is a subclass of UIControl and it is drawn using Core Graphics.
I built this slider for a tutorial about building custom c...
TDResizerView
January 25, 2013 • Public Domain License
TDResizerView is used to resize and rotate an imageview with single finger.
HMDiallingCode
December 12, 2012 • Public Domain License
HMDiallingCode gets the dialling code of the user's current location. It uses CoreLocation and reverse geocoding to determine the country of the user, then retrieve it's international dialling code...
IZValueSelector
November 10, 2012 • Public Domain License
A simple selector inspired by UIPickerView but based on UITableView ...
Update : I just added some support for horizontal scrolling as well (Still using UITableView for that)
VCRadioButton
October 21, 2012 • Public Domain License
Radio Button alternative for iOS. No images required and fully customizable.
MasterDetailController
September 05, 2012 • Public Domain License
A master detail controller that works like the facebook sliding menu/view
You need to provide a master controller and detail controller. These controllers should subclass UIViewController and pr...
OLGhostAlertView
September 01, 2012 • Public Domain License
OLGhostAlertView allows you to present a translucent view with a title and an optional message on the bottom of the screen. Use it to inform your user about temporary issues that do not require any...
HTML Text Editor
August 26, 2012 • Public Domain License
A very simple implementation that uses CKEditor in web view to edit rich text content and generate HTML for further use.
DWTagList
August 07, 2012 • Public Domain License
Create a list of tags from an NSArray to be shown in a view with customizable fonts, colors, and other properties.
Waveform Audio Player
July 28, 2012 • Public Domain License
This is a small cocoa control, which displays the waveform of the actually played audio file.
It loads all the AVFoundation.framework supported formats.
Adjustable Label Category
April 30, 2012 • Public Domain License
Adjusting the size of a UILabel is a pain in the back. This category provides a couple of simple methods to make this process less painful.
You can "auto adjust" a label provided a minimum size,...