Weekly Roundup

Aaron Brethorst, May 25, 2013

A couple days ago, I posed a question on Twitter asking how many of you use CocoaPods (it actually got 17 replies. I’m not sure why Twitter is being weird about showing them). The consensus appears to be one of ‘yes’ or ‘soon’, with a handful of people who prefer Git submodules.

Currently, we allow you to tell us about apps of yours that use controls on the site, but there’s no way to say “here’s my app, and it uses these 10 controls,” or whatever. I’m looking at ways to make this easier, including but not limited to, allowing you to upload your Podfile and have us parse the contents. If we did that, would you use it?

We love knowing which apps are using which controls and highlighting apps that effectively use open source components, and we’re always looking for ways to reduce the friction. What do you think? If you’re reading on the blog, leave a comment. If you’re on our mailing list, hit reply.

cheers,
Aaron

What We’re Reading


App of the Week: Ranger Rick’s Tree House

Ranger Rick

Man, this brings me back. I used to love to read Ranger Rick in the late 1980s. I’m delighted to see that Ranger Rick has made the jump onto the iPad, and that it uses a number of open source components from Cocoa Controls!

Ranger Rick’s Tree House is like no other digital magazine for children ages 7–12. It’s a fun house, a reading corner, an arcade, a video screening room, and a comic book, all rolled into one! It’s totally interactive, highly innovative, and all about animals!

Find out more


Control of the Week: UIScrollSlidingPages

UIScrollSlidingPages

Allows you to add multiple view controllers and have them scroll horizontally, with a header scroller (optional) that stays in sync with the content and shows next, current and previous items. A zoom out effect appears as you scroll between pages. Similar in style to the Groupon app or the horizontal scroller of the Twitter Music app.

Check the Github page on the download link for more screenshots and a video of the control in action.

MIT licensed.

Find out more Add to Favorites See a Video Install Demo App (no really)


NTPagedTableViewController

NTPagedTableViewController

A UITableView that ‘snaps’ like pagingEnabled on UIScrollView.

CC BY 3.0 licensed.

Find out more Add to Favorites


UIImageViewModeScaleAspect Animation

UIImageViewModeScaleAspect Animation

Animates a UIImageView between the UIViewContentModeScaleAspectFill and UIViewContentModeScaleAspectFit contentModes. Check out the video for more.

License unspecified.

Find out more Add to Favorites  See a Video


UIViewAnimationExplose

UIViewAnimationExplose

Animate a UIView to full screen. See video for more.

License unspecified.

Find out more Add to Favorites  See a Video


SHSPhoneComponent

SHSPhoneComponent

UITextField and NSFormatter subclasses for formatting phone numbers. Allow different formats for different countries(patterns).

MIT licensed.

Find out more Add to Favorites


ImageCropView

ImageCropView

A view that allows the user to select the cropping area in an image.

Apache 2.0 licensed.

Find out more Add to Favorites


GPActivityViewController

GPActivityViewController

Alternative to UIActivityViewController compatible with iOS 5.0. Partially based on REActivityViewController.

MIT licensed.

Find out more Add to Favorites


J1Button

J1Button

Simple scalable gradient buttons using images. Buttons include artwork for UIControl States: Normal, Highlighted, Selected, and Disabled.

MIT licensed.

Find out more Add to Favorites


NBUKit

NBUKit

Customizable camera, assets, image editing, gallery, picker and UIKit subclasses

Apache 2.0 licensed.

Find out more Add to Favorites


MBTileParser

MBTileParser

MBTileParser is a cocos2d-iphone compatible game engine written using pure UIKit.

MIT licensed.

Find out more Add to Favorites


C360PopoverBackgroundView

C360PopoverBackgroundView

A tintable UIPopoverBackgroundView subclass which mimics the system popover appearance

MIT licensed.

Find out more Add to Favorites


MHCustomTabBarController

MHCustomTabBarController

Custom UITabBar replacement using storyboard and segues.

MIT licensed.

Find out more Add to Favorites


ITNavigationView

ITNavigationView

An iOS-like navigation view driven by Core Animation. It can replace its subview with a slick animation.

Custom licensed.

Find out more Add to Favorites


RTFlyoutMenu

RTFlyoutMenu

  • Show a list of main items, which are filter categories.
  • When user taps any of them, show a list of sub items (filter options).
  • When sub-item is tapped, replace main item with it and close the submenu.
  • Main item is shown at the bottom of the submenu, so you can reset back to default.

MIT licensed.

Find out more Add to Favorites


UIView+Shadow

UIView+Shadow

An UIView category that allow user to easily make inset shadow, customize the radius, alpha, color and directions.

BSD licensed.

Find out more Add to Favorites


NSAlert-Popover

NSAlert-Popover

Category to run alerts within NSPopovers.

BSD licensed.

Find out more Add to Favorites


MDFaceDetector

MDFaceDetector

Demonstrates usage of CIFaceFeature

MIT licensed.

Find out more Add to Favorites


WTURLImageView

WTURLImageView

WTURLImageView is a subclass of UIImageView that load images from Internet using AFNetworking.

MIT licensed.

Find out more Add to Favorites


UIView+EasingFunctions

UIView+EasingFunctions

A category on UIView that allows to attach custom easing functions to animatable UIView properties.

Public Domain licensed.

Find out more Add to Favorites


SHStripeMenu

SHStripeMenu

A leftside menu that shows up either by tapping the stripes or swiping stripes to right. It can be used as an alternative to bottom tabs in the iOS application to gain maximum space.

MIT licensed.

Find out more Add to Favorites


ACEAutocompleteBar

ACEAutocompleteBar

Simple UITextField category to display text suggestions in real-time on the top of the virtual keyboard.

MIT licensed.

Find out more Add to Favorites