Weekly Roundup: 2014, Year of the iWatch

Aaron Brethorst, November 09, 2013

In case you missed it, news came out last week that Apple is spending over half a billion dollars on sapphire glass, the same kind that's used to cover the 5s' Touch ID sensor. You might remember a few years back that Apple was looking into using a metal alloy called Liquidmetal, and did a sort of 'test deploy' with the SIM card ejection tool included with iPhones. Nothing more ever emerged, but Apple also never spent $578 million on Liquidmetal either. Does Apple really expect to spend that much money covering Touch ID sensors? Probably not. Instead, can you guess where sapphire glass is used heavily today? Yep, watch faces.

Considering that Apple hired Paul Deneve, CEO of Yves Saint Laurent, this past summer, it seems pretty clear what Tim Cook's "new product categories" for 2014 might be. I've used Pebbles and FitBits, and I have to say that I'm generally a little skeptical about the whole product category, but Apple tends to be pretty on the ball when it comes to producing devices with mass market appeal, so I'll certainly give them the benefit of the doubt. But, you still have to ask yourself, is iWatch a $70 billion/year business?

Until next time,
Aaron


What We're Reading


Weekly Roundup

TTCounterLabel

TTCounterLabel

A custom UILabel that acts as a time counter, counting up or down and formatting the string to hours, minutes, seconds and milliseconds. Designed to accept a value in milliseconds that is then displayed it in a time friendly format. Currently the controls supports up-to a maximum value of 99 hours 59 minutes 59 seconds and 999 milliseconds, which should be enough for most uses. The control automatically removes any leading zeros and centralises the result. It also supports different fonts for each unit division.

MIT licensed.

Find out more Add to Favorites


ASBanker

ASBanker

Simplifies adding In App Purchases to iOS applications.

MIT licensed.

Find out more Add to Favorites


JSVideoScrubber

JSVideoScrubber

A simple video scrubber that can be used drive navigation in video playback on iOS 7.

MIT licensed.

Find out more Add to Favorites


HATransparentView

HATransparentView

UIView transparent subclass based on Rdio stations menu.

MIT licensed.

Find out more Add to Favorites


PKJSONSocket

PKJSONSocket

PKJSONSocket aims to simplify network communications. It's a delightful wrapper around CocoaAsyncSocket, abstracting away complex data flow into an easy to use API. Instead of dealing with the bits and bytes yourself, PKJSONSocket offers you UTF-8 encoded JSON strings.

Compiles on both iOS and OS X.

MIT licensed.

Find out more Add to Favorites


YAJL-Entity

YAJL-Entity

A JSON framework that can deserialize the JSON string into real objects, with 0.1 configuration.

Apache 2.0 licensed.

Find out more Add to Favorites


PNChart

PNChart

A simple and beautiful chart lib with animation used in Piner for iOS

MIT licensed.

Find out more Add to Favorites


ICTextView

ICTextView

ICTextView is a UITextView subclass with optimized support for string/regex search and highlighting.

It also features some iOS 7 specific improvements and bugfixes to the standard UITextView.

MIT licensed.

Find out more Add to Favorites


NHBalancedFlowLayout

NHBalancedFlowLayout

UICollectionViewLayout subclass for displaying items of different sizes in a grid without wasting any visual space. Inspired by: http://www.crispymtn.com/stories/the-algorithm-for-a-perfectly-balanced-photo-gallery

MIT licensed.

Find out more Add to Favorites


MZTimerLabel

MZTimerLabel

MZTimerLabel is a UILabel subclass, which is a handy way to use UILabel as a countdown timer or stopwatch just like that in Apple Clock App with just 2 lines of code. MZTimerLabel also provides delegate method for you to define the action when the timer finished.

MIT licensed.

Find out more Add to Favorites


AKNumericFormatter

AKNumericFormatter

Formatter for numerical fields and UITextField category to use it easily while editing.

MIT licensed.

Find out more Add to Favorites


JYRadarChart

JYRadarChart

an iOS open source Radar Chart implementation

MIT licensed.

Find out more Add to Favorites


VMDInstrumenter

VMDInstrumenter

A simple Objective-C singleton to instrument, trace, and suppress selectors at runtime. Sometimes you need to debug a 3rd party library but you don't have access to the source code, and sometimes you want to experiment with Apple frameworks.

BSD licensed.

Find out more Add to Favorites