Hello, and welcome our weekly roundup! If you haven’t been to the Apple Developer Center lately, you should go take a peek.
Meanwhile, I’m very excited to see that Kathy Sierra is blogging and tweeting again. If you’re not familiar with her, you owe it to yourself to a) follow her on Twitter, b) subscribe to her blog, and c) watch this video of her presentation from last year’s Business of Software conference.
Best,
Aaron
What We’re Reading
- Your app makes me fat – Kathy Sierra is blogging again!
- Smart Proxy Delegation
- The App Store Problem Is Not Price
- Basics Of Function Pointers In C
- Apple Reportedly Ramping Up For New iPad Mini With Retina Display Later This Year – Sounds like I might finally upgrade my iPad 3!
- NYTimes Objective-C Style Guide – I love it when companies share this sort of document, even when I disagree with some minor things here and there (curly brace placement, e.g.)
- App Updated for iOS 7 – Craig Hockenberry of the Icon Factory shares data on developers’ plans for iOS 7.
Control of the Week
IDMPhotoBrowser
IDMPhotoBrowser is a fork of MWPhotoBrowser that adds features inspired by Facebook and Tweetbot, plus ARC support. MIT licensed. |
Weekly Roundup
CENotifier
An in-app ambient notification system for growl-like alerts. MIT licensed. |
MDMGiftAppActivity
MDMGiftAppActivity is a UIActivity subclass that provides a “Gift App” action to a UIActivityViewController. MIT licensed. |
ESCObservable
WUEmoticonsKeyboard
Customizable emoticons keyboard for iOS. MIT licensed. |
TSTabView & TSNavigationStripView
UITextView-UIControl
A UIControl-like API addition to UITextView MIT licensed. |
MSActiveConfig
Remote configuration and A/B Testing framework for iOS. MIT licensed. |
DjuPickerView
WaterfallCollectionView
WaterfallCollectionView is custom layout for UICollectionView, based on Pinterest style. It supports header supplementary view (optionally sticked to top edge) and decoration view. MIT licensed. |
CXAdjustBlockView
A self-management container(UIScrollView) of views(UIView) for iOS (iPhone/iPad) that make all the views linked on one direction relationship with animation scaling. MIT licensed. |
REDPuzzleGridView
A word puzzle board control, similar to Ruzzle’s letter board Video: http://taylorswift.ly/QBtz MIT licensed. |
DARecycledScrollView
UIScrollView subclass that reuses its tile views. MIT licensed. |
FFCircularProgressView
FFCircularProgressView – An iOS 7-inspired blue circular progress view MIT licensed. |
SAHighlightedTextField
A flexible iOS component that subclasses UITextField and switches the background while the text field is being edited. BSD licensed. |
Colours
A collection of predefined UIColors you can use in your apps. Just include the Colours.h/.m files and you’ll have a slew of new colors to use. MIT licensed. |
ZCSlotMachine
Simulate experience of slot machine. MIT licensed. |
CBDraggableView
A subclass of UIView that you can drag to anywhere. Also add the effect like those dating app (swipe, Tinder, etc.), swipe left and right will make the view rotate a little bit. BSD licensed. |
ALFullScreenAlert
This is a full screen alert which is useful to display some messages to the user. It provides the creation of 2 buttons. MIT licensed. |