Weekly Roundup

Aaron Brethorst, June 29, 2013

Welcome to our weekly roundup! Our redesign has been live for a bit more than a week, now. We’ve had a chance to sand off some rough edges, and fix a few silly bugs. So, what do you think about it? Like it? Want to see more of something, or less of something else? Let us know, we always love hearing from you.

Best,
Aaron


What We’re Reading


Control of the Week: KLSwitch

KLSwitch

An iOS 7 UISwitch clone that works on iOS 5+

This control is dual licensed:



Apache 2.0, Commercial licensed.

Find out more Add to Favorites See a Video


Weekly Roundup

SKTogglesControl

SKTogglesControl

A beautiful, compact control for presenting a series of toggleable buttons, much more compact and cleaner than a bunch of UILabel + UISwitch.

Shamelessly forked from SVSegmentedControl for toggling behavior instead of a sliding thumb-switch. Much thanks to Sam Vermette for making the awesome SVSegmentedControl.

MIT licensed.

Find out more Add to Favorites


LJSelectionView

LJSelectionView

An NSView subclass and controller that support the selection of subviews.

A common pattern in desktop Cocoa apps is to have a parent NSView manage a collection of NSView siblings. An example would be an NSView acting as a drawing canvas containing a collection of NSViews that represent lines and shapes. LJSelectionView manages those sibling views and their selection.

MIT licensed.

Find out more Add to Favorites


ADCustomTableView

ADCustomTableView

A UITableView subclass that provides custom cell entrance effects, like sliding in cell contents from the right. See the example video on GitHub for more information.

MIT licensed.

Find out more Add to Favorites


MDSlideNavigationViewController

MDSlideNavigationViewController

A UINavigationController sub class with neat, custom push and pop animations.

  • When pushing onto the stack, the old view shrinks in size as the new view slides in.

  • When popping, the old view scales back up in size as the new view slides out.


MIT licensed.

Find out more Add to Favorites


UIPhotoGallery

UIPhotoGallery

UIPhotoGallery is a lightweight set of extended & customizable views to show Photo Gallery for iOS UIKit, including a UIView and UIViewController.

MIT licensed.

Find out more Add to Favorites


StackMenu

StackMenu

Stack Menu looks like the OS X Dock’s stacks feature.

BSD licensed.

Find out more Add to Favorites


CurrencyNumericTextField

CurrencyNumericTextField

Provides a currency symbol-equipped text field.

BSD licensed.

Find out more Add to Favorites


FocusColorTextField

FocusColorTextField

Set a different backgroundColor and textColor on your text fields and text views when they have focus.

BSD licensed.

Find out more Add to Favorites


MBTableGrid

MBTableGrid

An NSControl subclass which provides a spreadsheet-style table grid, forked from mattball/mbtablegrid.

MIT licensed.

Find out more Add to Favorites


MBSwitch

MBSwitch

An iOS7 style UISwitch for iOS < 7

BSD licensed.

Find out more Add to Favorites


ObjcModelValidation

ObjcModelValidation

A port of ActiveRecord’s, the Ruby ORM framework, validators to Objective-C.

MIT licensed.

Find out more Add to Favorites