Hello, and welcome to our weekly roundup! We have a great collection of new Cocoa-related stuff for you this week, including two complete applications and a number of other controls whose aesthetics should be easily adaptable to iOS 7.
Speaking of iOS 7, but obviously not in any specific terms, since it’s still under NDA, how are you planning on supporting it? Are you going to maintain compatibility with iOS 6, or are you going to go all-in on the new platform user experience?
Best,
Aaron
What We’re Reading
- The apps that get featured in the App Store – A data centric look at what gets featured in the App Store
- A Thicker Hope – Font changes in iOS 7
Beyond Helvetica: The Real Story Behind Fonts in iOS 7 – An in-depth look at text in iOS 7- Maximum Viable Products – Cabel Sasser from Panic on building products
- Why Mobile Web Apps are Slow – A fantastically detailed look at mobile web apps and their performance
Control of the Week
SGSmokeScreenViewController
Based on http://inessential.com/2013/06/22/technical_notes_on_vespers_full-scree “If you’ve checked out Vesper, you’ve noticed that the transition from timeline to detail (and back) isn’t a standard navigation controller transition. The detail doesn’t slide in from the right — instead, the detail view reveals itself as the other notes disappear.” License unspecified. |
Weekly Roundup
Hacker News Client
Hacker News client for iPad and iPhone that highlights the content and makes browsing HN fast. MIT licensed. |
Emoji Keyboard
An alternate keyboard for iOS with all the emojis provided by Apple. MIT licensed. |
JSController
A set of classes that make it easy to build a controller UI for games.
This project uses ARC. If your project does not use ARC, you will need to add the compiler flag -fobjc-arc to each of the JSController classes used in your project. This can be done in the Compile Sources build phase in the project settings. To see these controls in action, check out the my Gameboy Advance Emulator project: https://github.com/jasarien/GBA4iOS BSD licensed. |
SHActionSheetBlocks
Block based syntax for UIActionSheet without the need for libffi or swizzling. pod ‘SHActionSheetBlocks’, ‘~> 1.1.0’ MIT licensed. |
CXPhotoBrowser
A fork of MWPhotoBrowser, which supports features like a navigation bar, toolbar, and ‘loading’ and ‘load failed’ placeholders. MIT licensed. |
SheenFigure
An open source library to render Arabic/Urdu fonts. Apache 2.0 licensed. |
Hackers – a Hacker News app for iPhone
OSXBoilerplate
eLBeePushBackController
AksSegmentedSliderControl
An easy to use segmented slider control for iOS application. License unspecified. |