Weekly Roundup

Aaron Brethorst, November 12, 2012

Howdy, and welcome to another Cocoa Controls weekly roundup! I wanted to let you know that I’ll be giving another free Introduction to UIAutomation webinar this Tuesday, November 13 at 12:30PM Pacific time (20:30 GMT). You can sign up for the webinar at https://attendee.gotowebinar.com/register/7967745497386748416. I hope you’ll join us! If you’re interested in getting a basic intro to automated UI testing on iOS, you should definitely swing by.

Best,
Aaron


KGDiscreetAlertView

An easy-to-use drop-in control that allows you to display a discreet alert in any view.

MIT licensed.

Find out more Add to Favorites


ADClusterMapView

ADClusterMapView is a drop-in subclass of MKMapView that displays and animate clusters of annotations. This is very useful in cases where you have to display many annotations on the map.

BSD licensed.

Find out more Add to Favorites


CHSlideController

Easy to use ViewController Container that mimics the behaviour of the facebook menu-detail approach. It is super flexible, configurable, animating and it responses to swipe gestures. Working for iPhone and iPad. Uses ARC.

Apache 2.0 licensed.

Find out more Add to Favorites


YHCPickerView

YHCPickerView extends UIPickerView with a search bar to help your users easily filter the picker view’s contents when it contains lots of records.

MIT licensed.

Find out more Add to Favorites


PaperFoldMenuController

This week’s Control of the Week is PaperFoldMenuController, by Hon Cheng, a terrific iOS developer (and all around great guy) based out of Singapore. PaperFoldMenuController is a UITabBarController replacement, but displays the view controllers in a table view on the left side of the screen. You can drag to hide/reveal the left menu. Selecting from the menu on the left changes the view controller on the right. PaperFoldMenuController uses view controller containment.

MIT licensed.

Find out more Add to Favorites


TISpringLoadedView

Some UIView subclasses which behave as though they’re attached to a spring.

BSD licensed.

Find out more Add to Favorites


SquareQuote

Full source code for SquareQuote, an iPhone app for creating and sharing beautiful quotes in a visual format.

MIT licensed.

Find out more Add to Favorites


CHDigitInput

A UIPickerView alternative for entering integer values.

Apache 2.0 licensed.

Find out more Add to Favorites


OBMenuBarWindow

OBMenuBarWindow is an NSWindow subclass that can be attached to an icon the menu bar or dragged away to become a regular window.

BSD licensed.

Find out more Add to Favorites


DSBarChart

A simple objective-c bar chart library.

Apache 2.0 licensed.

Find out more Add to Favorites


FontasticIcons

FontasticIcons is an Objective-C wrapper for iconic fonts.

MIT licensed.

Find out more Add to Favorites


IZValueSelector

A simple selector inspired by UIPickerView but based on UITableView …

Public Domain licensed.

Find out more Add to Favorites