Search results for ui

MBCalendarKit screenshot

MBCalendarKit

May 07, 2013 • MIT License
MBCalendarKit is a calendar control written in UIKit. I've found existing implementations to be inadequate and difficult to work with, so I rolled my own. MBCalendarKit supports iOS 7+, and work...
No image provided.

NPRImageView

May 05, 2013 • MIT License
Instagram-like UIImageView subclass. Progress view and activity view appear during image download. Support memory and disk caching. Inspired by FXImageView and Tapku's TKImageCache. Uses AFNetworking.
AFImagePager screenshot

AFImagePager

May 04, 2013 • MIT License
The AFImagePager is a modified version of [KIImagePager](https://www.cocoacontrols.com/controls/kiimagepager) that uses AFNetworking instead of SDWebImage. This image pager lets you load and sw...
DZNWebViewController screenshot

DZNWebViewController

May 03, 2013 • MIT License
**NOTE**: this has been superseded by [DZNWebViewController 3.0](https://www.cocoacontrols.com/controls/dznwebviewcontroller-3-0). A simple web browser for iPhone & iPad with similar features th...
 NJKWebViewProgress screenshot

NJKWebViewProgress

May 03, 2013 • MIT License
NJKWebViewProgress is a progress interface library for UIWebView. Currently, UIWebView don't have official progress interface. You can implement progress bar for your in-app browser using this module.
Animated-TableViewCell screenshot

Animated-TableViewCell

April 30, 2013 • BSD License
A example project with Animated Cells In this example, I created a customCell1 which demonstrate that how the animated call user to subclass and customize their own tableViewCell. Add everything...
Swipe-to-Select-GridView screenshot

Swipe-to-Select-GridView

April 30, 2013 • BSD License
A example project to make a swipe-to-select GridView based on UICollectionView It allows user to swipe to select multiple items.
MTZTiltReflectionSlider screenshot

MTZTiltReflectionSlider

April 28, 2013 • BSD License
A UISlider subclass mimicking and improving the tilt controlled slider added to Music.app in iOS 6 The knob changes it's lighting reflection based on the motion of the device.
APParallaxHeader screenshot

APParallaxHeader

April 28, 2013 • MIT License
This category makes it super easy to add a parallax header view to your table views.
SGBDrillDownController screenshot

SGBDrillDownController

April 27, 2013 • MIT License
A parent view controller for the iPad which manages a stack of controllers similarly to UINavigationController while keeping the top two controllers visible similarly to UISplitViewController.
GGFullScreenImageViewController screenshot

GGFullScreenImageViewController

April 27, 2013 • MIT License
Scales a UIImageView up to full screen size with a simple animation.
LetterpressPopup screenshot

LetterpressPopup

April 26, 2013 • Unspecified License
A simple popup that flashes a message to the user through a cool animation that slightly expands the popup past its limit, waits, and then reverses back to nothing.
LAWalkthrough screenshot

LAWalkthrough

April 25, 2013 • MIT License
A view controller class for iOS designed to simplify the creation of the walkthrough design pattern.
DMFilterView screenshot

DMFilterView

April 24, 2013 • Unspecified License
DMFilterView is a subclass of UIView, it look like a UITabBar but it much more lighter to implement. You just init it with an NSArray of strings and then attach it to your view. It provides some ea...
MZDayPicker  screenshot

MZDayPicker

April 24, 2013 • MIT License
An iOS day picker to allow users to select date
JGProgressView screenshot

JGProgressView

April 22, 2013 • MIT License
JGProgressView is a UIProgressView subclass with an animated, OS X inspired 'Indeterminate' setting. JGProgressView is fully customizable: The animation speed and animation direction can be adjust...
iOSCombobox screenshot

iOSCombobox

April 22, 2013 • MIT License
Tries to faithfully replicate the "select" tag you see on web pages in Safari. Also incorporates UIPickerView for you so you don't have to!
KIPullToReveal screenshot

KIPullToReveal

April 20, 2013 • MIT License
Combine a search result's `UITableView` with a `MKMapView`. Just setup the `KIPullToRevealViewController` as a `UITableViewController` with the known delegate methods. Set `pullToRevealDelegate`...
DPTextField screenshot

DPTextField

April 19, 2013 • MIT License
A replacement for UITextField with loads of extras, including auto fill. Auto-fill suggestions appear "under" the keyboard. See: https://raw.github.com/ebaker355/DPTextField/master/DPTextFieldAutoF...
MVSelectorScrollView screenshot

MVSelectorScrollView

April 18, 2013 • MIT License
Simple Cocoa control that can be used as an alternative for UISegmentedControl in UIKit.