Archive for category User Interface

UAModalPanel

A highly customizable animated modal panel alternative for iOS. It has a bounce animation, content fade-in, and a fancy noisy-gradient title bar.

Official UAModalPanel repository

BlockAlertView

Themed, block-based UIAlertView and UIActionSheet clones.

BlockAlertView blog post

Official BlockAlertView Repository

SMRotaryWheel

A UIView implementing a rotating wheel control for selection of icons from a list.

Official SMRotaryWheel Repository

EZToastView

A popup notification like a fancier version of Apple’s Bezel UI that “pops up” to notify the user of occurrences.

Official EZToastView page

FVGravityView

A view that “falls down” or “floats up” depending on device orientation (i.e. “adheres to gravity”).

FVGravityView blog post

FVImageSequence

Subclass of NSImageView/UIImageView that allows you to rotate a 360° panorama made up of a sequence of images by clicking/swiping.

FVImageSequence blog post

Greenwich

A Cocoa framework for letting localizers perform their localization in a window inside your application.

Official Greenwich repository

JLNFadingScrollView

A simple drop-in Objective-C / Cocoa NSScrollView subclass that provides a visual fade effect at the top and bottom of scrolled content, giving a visual sense of the content fading as it nears the top or bottom edge.

Official JLNFadingScrollView Web site
Official JLNFadingScrollView repository

PhFacebook

MacOSX Interface to Facebook graph API.

Official PhFacebook repository

ScrollToRefresh

An NSScrollView subclass to allow the popular “pull to refresh” from iPhone to work on Mac OS X Lion

Official ScrollToRefresh repository