Welcome to our weekly roundup! In addition to our regular features, we have a list of interesting articles and links from around the web for your entertainment and edification. Check it out! Coming up next week, we’ll have our first in a series of interviews with notable folks from the iOS developer community. Know someone we should feature? Drop us a line to let us know. We’ll also have a fantastic look at combining AFNetworking with ReactiveCocoa.
Cheers,
Aaron
What we’re reading
- The Making of Vinylogue – an incredibly in-depth look at using GitHub’s ReactiveCocoa extensions in an iOS app, among many other things. A long read, but well worth your time
- Delivering iOS Push Notifications with Node.js – EngineYard does a deep-dive into building a Node.js-based APNs server.
- Helios Framework – Mattt’s newest project is a Ruby-based, Sinatra and Rails-compatible backend framework for iOS apps.
- Mixpanel Trends – It’s traditionally been extremely difficult to get an aggregate view of iOS version trends. This past week, Mixpanel rolled out their Trends page, which features OS version data across all of the mobile apps that use their service. Very useful.
Control of the Week: MSPullToRefreshController
Allows you to have implement a “pull to refresh” control on any UIScrollView. Why is better than other implementations?
With this you can literally implement any “pull-to-refresh” library with the 6 delegates inside! NOTE: This library was created by the wonderful team of https://github.com/bONchON and https://github.com/timothy1ee from GoMiso. MIT licensed. |
Weekly Roundup
ADSlidingViewController
An easy to use sliding view controller packed full of features. Supports all iOS devices that can run >= iOS 5. MIT licensed. |
BubbleThingie
Image bubbles for iOS messaging. MIT licensed. |
Proper data models with JSONModel
TWStatus
Show notification status on Status bar mimicking Sunrise and Mailbox. MIT licensed. |
MTTestSemaphore
A class to help you create unit tests that test asynchronous methods. You will need this to unit test any class that fetch data from the network, use location, camera, etc. MIT licensed. |
LBReadingTime
UITextView category to compute the total reading time or remaining reading time + UITextView indicator’s panel showing the remaing reading time. MIT licensed. |
DOTabbar
Lightweight and customizable tab bar control with support for grouping items for Mac OSX. MIT licensed. |
CLFContainerViewController
RKCropImageController
This is modal-style crop image controller that supports zooming. Apache 2.0 licensed. |
APExtendedPageController
A view controller scrolling experience inspired by Google Chrome. License unspecified. |
Letterpress Explosion
M6ParallaxController
Parallax controller for a parallaxed view and a table view Apache 2.0 licensed. |