/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.vadimbulavin.com
| | www.swiftbysundell.com
4.3 parsecs away

Travel
| | An important part of maintaining any app, framework, or system is dealing with legacy code. This week, let's take a look at a technique for dealing with legacy code that lets us replace a problematic system class-by-class, rather than having to do it all at once.
| | www.avanderlee.com
1.2 parsecs away

Travel
| | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.
| | swiftwithmajid.com
3.1 parsecs away

Travel
| | That is WWDC week: everybody is so excited about so many new things like SwiftUI, Dark Mode, updateable Core ML models, etc. I will try to cover all the new stuff during the upcoming weeks. Let's start with SwiftUI. SwiftUI is an entirely new approach to building apps for the Apple ecosystem.
| | sarunw.com
23.4 parsecs away

Travel
| In iOS 16, we got a native way to present a bottom sheet in SwiftUI. Let's explore its behavior and limitation.