Hi all, and welcome to our weekly roundup! As I write this, the Apple Dev Center is in the midst of its single longest outage ever. Hopefully, by the time you read this, it will be back up and running. Meanwhile, the inexorable move towards a flatter, more gestural future continues unabated with the release of components like UI7Kit. Not that this will necessarily help either BlackBerry or Microsoft, both of whom saw their stocks tank after reporting poor sales numbers on their flagship devices.
Best,
Aaron
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.5.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
What We’re Reading
- iOS7. Move now, or be an insta-delete. – Make sure you update your iOS apps to look and feel right on iOS 7, or you’re likely to suffer the consequences.
- Ooh… Ahhh… Apple befell on us – MacBuildServer unfortunately proved to be a victim of its own success and utility.
- Apportable Raises $2.4M seed round led by Google Ventures – A rather wild-sounding product; it’s a cross-compiler for converting iOS apps to Android.
App of the Week
Control of the Week
UI7Kit
Weekly Roundup
XMLParser
An easy-to-use XML DOM parser for iOS. Learn more with this article : http://www.zedenem.com/2013/07/xml-parser-for-ios-is-now-featured-on-cocoa-controls/ MIT licensed. |
MultiTablesView
Multi-Levels Table View used to stack table views horizontally. This project adds a notion of levels to the actual UITableView logic. MIT licensed. |
DMPagingScrollView
DMPagingScrollView extends the paging functionality of UIScrollView to support custom page dimensions. MIT licensed. |
ALQuickFrame
This UIView category offers quick access to frame properties of every view MIT licensed. |
YFJLeftSwipeDeleteTableView
Drop-in UITableView subclass that supports left-swipe cell deletion like in iOS7. (works both in iOS6 and iOS7) MIT licensed. |
YKImageCropper
A simple image cropper MIT licensed. |
PICircularProgressView
ios-realtimeblur
Real-time blur view, like in iOS 7 MIT licensed. |
OpenWeatherMapAPI
iOS api classes for openweathermap.org MIT licensed. |
JBWhatsAppActivity
JBWhatsAppActivity is a UIActivity subclass that provides an “Share in WhatsApp" action to a UIActivityViewController. MIT licensed. |
ExpandableRows
ExpandableRows allows you to show a tree of hierarchical data, e.g. files and folders. MIT licensed. |
MMPickerView
AnimateLabel
A basic label extension which allows you to pass an array of words/text which it will keep changing with simple fade animation every few seconds. MIT licensed. |