Mastodon
Birchtree
By Matt Birchler
I've been writing here since 2010! Back when personal blogs were all the rage. Kids, ask your parents.

SwiftDoc Is a Great Reference if You're Writing Swift Code

If you are using Swift at all, SwiftDoc is a fantastic site for learning about specific syntax questions you have as you work. The site is simple, but will quickly get you the information you need about any type, protocol. operator, or function in the language. It's also getting updates as Swift grows, so you'll always be getting up to date information.

Show Comments