Weekly Roundup

Aaron Brethorst, May 11, 2013

Welcome to our roundup! We have a phenomenal batch of controls for you this week. There are just some absolute gems in there. Make sure you take the time and check them all out. Also, in case you don’t read Hacker News, a series of blog posts have been showing up on the front page from a fellow named Trevor McKendrick, who has been writing about how to find profitable, unsaturated niches in the App Store. I think you’ll learn a ton from them, so make sure to read the whole series.

Best,
Aaron

What We’re Reading


Sponsored by HelpShift

We’re delighted to have HelpShift back as our sponsor this week. Check out their new CocoaPod for even faster integration into your iOS apps:

pod 'Helpshift', '~> 2.3.0'

This week’s Weekly Roundup is brought to you by HelpShift, the integrated Help Desk for native apps. I’ve tried out HelpShift and I must say I couldn’t be happier. It is, by far, the best support system I’ve used for my apps, and the easiest to integrate.

Click here and enter the promo code ‘CocoaControls’ to get priority access.

HelpShift is the first and only embeddable support desk designed specifically for native apps.

  • Engage users in-app with a native, familiar experience so they don’t stop using the app
  • Cut down on support time with a searchable FAQ that answers common questions
  • Privately resolve user issues to avoid negative app reviews and increase app ranking
  • Integrate a seamless UX built for mobile that you and your users will love

HelpShift


Control of the Week: Home

Home

Facebook Home port for iOS.

This is an attempt to replicate essential elements of the Facebook Home experience in iOS as an app. The aim is to re-create features like Cover Feed with nothing but simple UIKit controls and the Facebook Graph API.

Working features:

  • Coverfeed. Supports posts of type photo (addedphotos/mobilestatusupdate/sharedstory) and status (picture/mobilestatusupdate/wall_post).

  • Double tap to like/unlike a post from Coverfeed.

View comments and add comments to a post.

  • Post to your own timeline.

  • Fake launcher that opens apps like Facebook Camera, Twitter, Instagram, Mail.

  • SSO to Facebook using iOS 6’s SocialFramework.

Video – https://vimeo.com/64940276

More details on project homepage – http://corgitoergosum.net/facebook-home-for-ios/

MIT licensed.

Find out more Add to Favorites  See a Video


NPRImageView

NPRImageView

Instagram-like UIImageView subclass. Progress view and activity view appear during image download. Support memory and disk caching. Inspired by FXImageView and Tapku’s TKImageCache. Uses AFNetworking.

MIT licensed.

Find out more Add to Favorites


DFeedback

DFeedback

DFeedback (DaisyDisk Feedback) is a two-in-one component for providing user feedback:

  • It allows the user to send feedback and request support from within your app. Along with the message, the component can optionally send the user’s e-mail and system configuration profile.

  • It automatically catches all unhandled exceptions and shows a crash report window suggesting the user to send an anonymous crash report, along with the stack trace, system configuration profile and optional user comments.


MIT licensed.

Find out more Add to Favorites


MBCalendarKit

MBCalendarKit

An open source calendar view for iOS.

MIT licensed.

Find out more Add to Favorites


ILBarButtonItem

ILBarButtonItem

Custom image for a UIBarButtonItem without the default bordered style.

MIT licensed.

Find out more Add to Favorites


ILAlertView

ILAlertView

Sick of the appearance of iOS’ default UIAlertView? Or have you ever spent so much time hand-crafting your own unique UI, only to find that the pesky blue UIAlertView ruins it? ILAlertView, a subclass of UIView, is an attempt to alleviate that longing for more control over how alerts in your app look.

MIT licensed.

Find out more Add to Favorites


ILSideScrollView

ILSideScrollView

A sideways-scrolling selection scroll view.

ILSideScrollView is a tool for presenting options for a user to select, usually for supporting data. As such, the scroller works horizontally instead of vertically like for the main data. This scroll view is perfect for letting the user select fonts, colors, and other options. The user can configure each item in the scroll view in many ways, including appearances and to optionally invoke a method when the item is tapped.

MIT licensed.

Find out more Add to Favorites


CommandMaster

CommandMaster

CommandMaster is an iOS port of Windows Phone 8’s App Bar.

Apache 2.0 licensed.

Find out more Add to Favorites


POVoiceHUD

POVoiceHUD

POVoiceHUD is a HUD for voice recording on iOS devices with Google Translate Voice Input like interface.

MIT licensed.

Find out more Add to Favorites


JMModalOverlay

JMModalOverlay

Create easily and display an animated modal overlay with custom content above a window.

MIT licensed.

Find out more Add to Favorites


JOLImageSlider

JOLImageSlider

A simple image slider that allows for infinite scrolling and titles.

MIT licensed.

Find out more Add to Favorites


Path Intro View

Path Intro View

A similar initial view as a Path application.

License unspecified.

Find out more Add to Favorites


TwProfile

TwProfile

Demo of effect of tweetbot profile image

MIT licensed.

Find out more Add to Favorites


FlipBoardNavigationController

FlipBoardNavigationController

This is a new navigation controller inspired by Flipboard.

MIT licensed.

Find out more Add to Favorites


RRCircularControl

RRCircularControl

Menu + slider + rainbow, all circular, animated and 100% Core Graphics (except for icons). As seen in Run app (http://getrunapp.com).

MIT licensed.

Find out more Add to Favorites


FB-Gallery

FB-Gallery

An implementation of Facebook’s photo browser

BSD licensed.

Find out more Add to Favorites


DMCustomModalViewController

DMCustomModalViewController

A UIViewController which take a root view controller and present it modally with a nice animations and customization options.

You can present it full screen or not.

It provides some cool gesture to dismiss the modal view.

MIT licensed.

Find out more Add to Favorites