I’m getting back into iOS development after a 3 year break, which means I’ve missed Swift 2 & 3. Can anyone recommend blogs that publish regularly on Swift and iOS development besides the official Apple Swift blog, Ray Wenderlich and NSHipster? Thanks.
Here are my favourites:
<a href="https://www.natashatherobot.com" rel="nofollow">https://www.natashatherobot.com</a>
<a href="https://www.swiftbysundell.com" rel="nofollow">https://www.swiftbysundell.com</a>
<a href="http://whatsnewinswift.com" rel="nofollow">http://whatsnewinswift.com</a>
<a href="https://rambo.codes" rel="nofollow">https://rambo.codes</a><p>And sporadically, I'll write a few myself:
<a href="http://blog.chrishannah.me/category/swift-tips/" rel="nofollow">http://blog.chrishannah.me/category/swift-tips/</a>
We don’t lack for wonderful writers in the Apple ecosystem. Along with objc.io I’d heartily suggest:<p><a href="https://oleb.net" rel="nofollow">https://oleb.net</a> (Ole Begemann)
<a href="https://www.mikeash.com/pyblog/" rel="nofollow">https://www.mikeash.com/pyblog/</a> (Mike Ash)
I write reference-style articles on confusing/underused areas of iOS development, and maintain links to hard to find documentation over at <a href="https://www.iosdev.recipes" rel="nofollow">https://www.iosdev.recipes</a>
I maintain a directory of people writing about iOS development here: <a href="https://iosdevdirectory.com" rel="nofollow">https://iosdevdirectory.com</a>. Might be useful!
Not mentioned yet: Souroush Khanlou <a href="http://khanlou.com" rel="nofollow">http://khanlou.com</a> is always at the top of my list. Thoughtful and very practical material. Also Dave DeLong: <a href="https://davedelong.com/blog/" rel="nofollow">https://davedelong.com/blog/</a><p>> I’ve missed Swift 2 & 3<p>In some ways this is an advantage to you. There was a fair bit of churn in that time period. Things have settled reasonably well now.