Yogev SittonMar 10
Weekly Reading Recommendations #4
Every week I will be sharing some of the interesting stuff I’ve been reading.
Stuff I Wrote
From Objective-C to Swift: Use Complex #define Macros in Swift
Complex #define macros are not accessible by Swift code. Here’s the trick I used to fix that! medium.com
Complex #define macros are not accessible by Swift code. Here’s the trick I used to fix that! medium.com
What’s New in Xcode 7.3 beta 5
A new small Xcode beta version has been released — here’s what’s new and improved in the new version.medium.com
A new small Xcode beta version has been released — here’s what’s new and improved in the new version.medium.com
Swift
Partial functions in Swift, Part 1: Avoidance
Matt Gallagher advises on what are the downfalls of partial functions in Swift and how to avoid them (here’s a hint — write complete functions!). A nice read.
Xcode 7.3 Beta 2 introduces live interactive playgrounds
I somehow managed to miss this in Xcode’s last beta release. Very cool catch + example videos by Erica Sadun.
Swift Algorithm Club
Algorithms and data structures in Swift, with explanations.
Swift: CGRect, CGSize & CGPoint
Ok — so I’m familiar with most of the stuff in this post. But the part about mutability is completely new to me and will improve my life immediately! Yay Swift!