Highlight: Swift2D

Wouldn't it be nice if the data structures for CGRect, CGPoint, and CGSize where a part of the core swift language itself, just like `String` or `Int`? Yes, it would...

Apple released the `ScrollViewReader` along with other SwiftUI improvements at WWDC 2020. The ScrollViewReader allows you to interact with the current scroll position of a `ScrollView`. Let’s take a look at one usage for it.