Weekly Roundup

Aaron Brethorst, March 02, 2013

Sign up for our weekly roundup newsletter to get it in your inbox first thing Monday morning and get a jump on the week! You can find the signup form on our homepage.

Hi everyone, and welcome to our weekly roundup! It’s finally March, which means Spring is right around the corner, and with it, registration for Google and Apple’s annual developer conferences. Given the speed at which Google I/O sells out every year, and given that they open up registration at 7:00 AM US/Pacific, the odds of me attending this year are, once again, basically zero. Oh well.

As far as WWDC goes, you probably have another month or so before Apple announces the dates and allows registration. I doubt I’ll buy a ticket, but I’ll definitely make a point of spending a couple days in the Bay Area during the event. Honestly, I think that the informal meetups are the most valuable part of it anyway.

Are you going to be at WWDC? What’s your favorite part of the conference? Any predictions for this year? Let us know!

Until next time!
Aaron


App of the Week: Hunt the Monsters 2

I can’t say I ever expected to be talking about a game as our app of the week, but the way that this one was built gives me no choice. The open source library that powers it is called UIKitForGame, and, as the name implies, it provides you with SNES (Super Famicom?) RPG-style effects entirely inside of UIKit. You might say this is crazy, but I say it’s crazy like a fox. Props to the creator, Tsutsumi Shuichi for building such a cool library and games.

Learn More View in App Store


Control of the Week: PSTCollectionView

PSTCollectionView

Open Source, 100% API compatible replacement of UICollectionView for iOS4+.

MIT licensed.

Find out more Add to Favorites  See a Video


Weekly Roundup

Moving Placeholder Text Field

Moving Placeholder Text Field

A UITextField subclass animating the placeholder text if it extends the bounds of the text field. It supports texts of any length, font and size (even custom fonts!). Speed defaults to 30 FPS.

MIT licensed.

Find out more Add to Favorites


SJOPaperboy

SJOPaperboy

An easy to use library that lets you implement background updates in your app that run whenever the user enters or exits a specified location.

MIT licensed.

Find out more Add to Favorites


ALScrollViewPaging

ALScrollViewPaging

This UIScrollView subclass offers a simple way to manage paging. Simply add an array with the different views to display. The page control dots color can be customized.

MIT licensed.

Find out more Add to Favorites


LBActionSheet

LBActionSheet

A very customizable drop-in replacement for UIActionSheet.

MIT licensed.

Find out more Add to Favorites


MessagesViewController

MessagesViewController

A messages UI for iPhone and iPad.

MIT licensed.

Find out more Add to Favorites


POHorizontalList

POHorizontalList

App Store like horizontal view control that can be used in a UITableView

MIT licensed.

Find out more Add to Favorites


RFQuiltLayout

RFQuiltLayout

RFQuiltLayout is a subclass of UICollectionViewLayout that positions various sized cells like a mason laying bricks.

  • Fast
  • Insert/Delete animation friendly
  • Dynamic layouts however you’d like them.

MIT licensed.

Find out more Add to Favorites


IBCellFlipSegue

IBCellFlipSegue

A simple custom segue created to imitate the animation shown on the main menu of the Expedia Hotels & Flight app.

Apache 2.0 licensed.

Find out more Add to Favorites


DWGridController

DWGridController

The DWGridController allows you to display cells in a grid view where rows and columns can be (infinitely) scrolled seperatly

MIT licensed.

Find out more Add to Favorites


Color

Color

A collection of categories and utilities that extend UIColor.

MIT licensed.

Find out more Add to Favorites


FPPopover

FPPopover

Alternative to the native iOS UIPopoverController, with iPhone support and look and feel customization.

MIT licensed.

Find out more Add to Favorites


Numberpad

Numberpad

LNNumberpad is a custom numeric keyboard for the iPad which works with both UITextField’s and UITextView’s requiring no changes other than adding an instance of the LNNumberpad class as the inputView of the text field/view.

MIT licensed.

Find out more Add to Favorites


REMenu

REMenu

Dropdown menu inspired by Vine.

MIT licensed.

Find out more Add to Favorites


DPToastView

DPToastView

Highly customizable toast view for iOS that features allows using attributed strings, supports word wrapping, device rotation, etc. Requires iOS >= 6.x; ARC; uses auto layout.

MIT licensed.

Find out more Add to Favorites


FSExtendedAlertKit

FSExtendedAlertKit

Simple replacement for UIAlertView and UIActionSheet with block callbacks, and quick access to alerts with UIActivityIndicatorView and UIProgressView subviews.

BSD licensed.

Find out more Add to Favorites


TB_CircularSlider

TB_CircularSlider

This is a circular slider to select a value from 0 to 360. The control is a subclass of UIControl and it is drawn using Core Graphics.

I built this slider for a tutorial about building custom controls in iOS.

You can find the full tutorial here: http://www.thinkandbuild.it/how-to-build-a-custom-control-in-ios/.

Public Domain licensed.

Find out more Add to Favorites


VideoPlayerKit

VideoPlayerKit

A custom iOS video player with controls, progress bar, and airplay all set up.

MIT licensed.

Find out more Add to Favorites


Share This

Share This

An iOS sharing tool that can be easily inserted into a project. Each share option can be individually called or you can show an option.

On iOS 5, these options will be shown in action sheets. iOS 6+ will use the new activity view controller to handle the sharing.

MIT licensed.

Find out more Add to Favorites