Explore >> Select a destination


You are here

www.codevoid.net
| | ashfurrow.com
26.0 parsecs away

Travel
| | (Hey there friend, hope your day is going well. This post was written for Swift 1.0 (!) but still has technical merit, especially if you're keen to learn how Swift has evolved to where it is today.) The other day I posed this (somewhat cryptic) question to Twitter: I heard back from a lot of different people with a lot...
| | krakendev.io
11.6 parsecs away

Travel
| | Since the advent of Swift, our behavior towards nil values have greatly changed. Swift brings type safety, and also works hard to prevent sending messages to nil by introducing Optionals. Implicitlyunwrapped optionals are pretty new and behave just like optionals. However, they can be dangerous to your code if used incorrectly. So here, let me help with that!
| | swiftrocks.com
13.9 parsecs away

Travel
| | StaticString is an interesting type in Swift. Let's see how it works!
| | www.hackingwithswift.com
82.2 parsecs away

Travel
| Interactive tests that help gauge your progress learning Swift