Sponsored Link
Drive app installs this holiday season
Facebook's mobile app ads for installs help you reach the right people at scale, where they are most engaged - in News Feed. Reach new device owners over the holidays with device, OS, and even WiFi-only targeting.
News
Go to the App Store and rate your 5 favorite apps right now!
Plenty of discussion this week on apps prompting for ratings in the App Store. I am not particularly against this practice like so many people seem to be but I do think it should be approached with caution (for example, I dislike it when a rating prompt pops up after only one or two launches). It has been suggested before but I would love to see Apple base ratings on usage and install time as well as customer reviews. If an app survives on my phone for an extended period of time, I like it. If I use it every day, I love it. However, in the absence of this kind of rating system, take Rene's advice and go rate your favourite apps with five stars right now.
Tools
XCPretty
Clever idea from Marin Usalj and Delisa Mason, XCPretty takes the output from xcodebuild and pretty prints it in real time. It will colourise and simplify the output and even has an option to make your test runs output in an RSpec style. This looks great.
Transplanting Constraints
Ever been annoyed by copying and pasting objects in Interface Builder and instantly losing all Auto Layout constraints along the way? Daniel Jalkut suggests a solution of manually editing the XML file ... wait ... WHAT? I can see that this is going to potentially save hours of work adding constraints back in but things need to be pretty desperate on the tools front by the time you get to hand editing a XIB file.
Docs for Xcode
It's a good news, bad news situation with third party documentation integration in Xcode 5. Bad news is that there is no easy way to add 3rd party docsets but the good news is that Václav Slavík has developed this tool to replace that functionality. This isn't brand new but I just came across it this week.
Code
MessageBarManager
Terry Worona with a very attractive implementation of a non modal alert message view for iOS 7. Support for tapping to dismiss or optionally perform a callback and several different styles. Worth looking at if you are looking to remove some UIAlertView modals from your iOS 7 apps.
FastCoding
Nick Lockwood with a new set of serialisation/deserialisation classes. Support is included for bootstrapping seed data and also pointers/references to other objects with an aliasing feature. Looks really good.
Mensa
Jordan Kay with a new project based on some initial work from Jonathan Wight around putting together a smarter table view. Mensa includes support for auto sizing cells based on their content (as long as Auto Layout is being used) and view controller based cell prototypes to allow easier reuse of cell based content across your app. Some interesting ideas here.
APIClient
Klaas Pieter Annema with a lightweight REST client for Objective-C. Based on top of AFNetworking with simple routing, serialisation and mapping built in. Biggest downside I can see here is that there are quite a lot of dependencies needed, including AFNetworking 1.x which may cause conflicts with your app if you are using 2.x.
Design
Interview with Gentry Underwood
Lengthy interview with Gentry Underwood, creator of Mailbox for iOS talking about his work before starting Mailbox, his prototyping and design process and the Dropbox acquisition and how it is allowing the company to scale more quickly.