Search results for draw

ICSDrawerController screenshot

ICSDrawerController

March 01, 2014 • MIT License
ICSDrawerController is a left-side drawer controller for iPhone (iOS 7 or later) with all the features you'd expect, plus it's small, easy to read and tailor to your needs.
CCKFNavDrawer screenshot

CCKFNavDrawer

February 17, 2014 • MIT License
CCKFNavDrawer is a custom navigation controller that provides an Android-style navigation drawer.
SlideNavigationController screenshot

SlideNavigationController

December 30, 2013 • MIT License
A Path or Facebook-like slide menu for iOS. Any bug report or feature request should be submitted to https://github.com/aryaxt/iOS-Slide-Menu
ECSlidingViewController 2 screenshot

ECSlidingViewController 2

November 25, 2013 • MIT License
ECSlidingViewController is a view controller container that manages a layered interface. The top layer anchors to the left or right side of the container while revealing the layer underneath it. Th...
MSDynamicsDrawerViewController screenshot

MSDynamicsDrawerViewController

November 20, 2013 • MIT License
Container view controller that leverages UIKit Dynamics to provide a realistic drawer navigation paradigm. Here's some example gifs to see MSDynamicsDrawerViewController in action: You can <a...
DrawReport screenshot

DrawReport

November 19, 2013 • MIT License
Report UI issues by shaking your device to draw and annotate them. Sometimes your meticulous user finds a bug in your iOS app's awesome and magnificent UI but does not know how to report it. Now...
DAScratchPad screenshot

DAScratchPad

June 22, 2013 • MIT License
DAScratchPad is a small UIView subclass that provides a simple drawing interface. It provides both a painting and airbrushing capability. You can put this view anywhere in your UI, and your user ca...
DynamicGraphView screenshot

DynamicGraphView

June 15, 2013 • MIT License
A simple but effective dynamic GraphView implementation for iPhone SDK for float values. It is easy to implement and works statically with an array of floats as well as dynamically by adding val...
MMDrawerController screenshot

MMDrawerController

May 15, 2013 • MIT License
A lightweight, easy-to-use side drawer navigation controller. MMDrawerController is a side drawer navigation container view controller designed to support the growing number of applications th...
FDGraphView screenshot

FDGraphView

March 21, 2013 • MIT License
Draw graphs on iOS. Create an `FDGraphView`, set its `dataPoints` (an `NSArray` of `NSNumber`s), add it to another view and the graph will be magically show. As simple as that.
UIBezierPath+Symbol screenshot

UIBezierPath+Symbol

January 11, 2013 • MIT License
Symbol extension for UIBezierPath class (UIBezierPath category).
ACEDrawingView screenshot

ACEDrawingView

January 10, 2013 • Apache 2.0 License
ACEDrawingView is a sample project showing exactly how to create a nice and smooth drawing application. In a few lines of code it supports drawing with different colors and line width. It also incl...
HHPanningTableViewCell - Swipe to reveal screenshot

HHPanningTableViewCell - Swipe to reveal

October 22, 2012 • BSD License
HHPanningTableViewCell is a UITableViewCell implementing "swipe to reveal" a drawer view. Such a view typically holds action buttons applying to the current row. This behavior is seen in a numbe...
MBSliderView screenshot

MBSliderView

August 15, 2012 • BSD License
An iOS control that looks like the 'Slide to unlock' slider.
MGDrawingSlate screenshot

MGDrawingSlate

August 04, 2012 • MIT License
MGDrawingSlate is a simple, customizable, and easy-to-use UIView subclass that allows developers to easily embed a drawing view within their app. It utilizes a UIBezierPath to create a smooth path ...
SignatureView screenshot

SignatureView

July 01, 2012 • Unspecified License
A simple signature view that presents a signature box and returns a finger drawn signature (PNG format) as NSData.
SYCompositor screenshot

SYCompositor

May 26, 2012 • MIT License
Easy, flexible drawing in Objective-C. Sometimes dynamically generating Core Graphics drawing code can be a real pain. SYCompositor makes it really simple to do in Objective-C. Simply provide NSDic...
PullableView screenshot

PullableView

February 14, 2012 • MIT License
UIView subclass that implements pullable behaviour similar to the Notification Center in iOS 5.
UIViewDrawRectBlock screenshot

UIViewDrawRectBlock

January 21, 2012 • MIT License
A category on UIView that lets you specify a -drawRect method in a block on the object instead of subclassing.
No image provided.

LBGradient

November 20, 2011 • MIT License
LBGradient is "NSGradient" for iOS. I didn't feel like writing 10 lines for one gradient all the time so I wrote this.