blog

Swift Link Dump

by

Apple Swift Logo
Apple surprised the Mac and iOS developer community at WWDC with the announcement of Swift, a new language for developing apps for OS X and iOS. With each beta release of iOS 8, Yosemite, and Xcode 6 the language has been evolving and the community has been quick to follow.
I’ve been saving links from Twitter and my RSS feeds since WWDC, here’s the best so far:
Language Basics

Swift Blogs

Technical

Frameworks

Testing

Experiments

+ more

Accurate Timing

Accurate Timing

In many tasks we need to do something at given intervals of time. The most obvious ways may not give you the best results. Time? Meh. The most basic tasks that don't have what you might call CPU-scale time requirements can be handled with the usual language and...

read more