You are here |
www.codevoid.net | ||
| | | |
ashfurrow.com
|
|
| | | | (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
|
|
| | | | 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
|
|
| | | | StaticString is an interesting type in Swift. Let's see how it works! | |
| | | |
www.hackingwithswift.com
|
|
| | Interactive tests that help gauge your progress learning Swift |