The PDF for The Swift Programming Language has been updated with the latest version for Swift 5.3. Download the newest version at appsdissected.com/swift-programm….
Joined July 2015
- #Swift methods with #generics can get complicated, and #Combine operator methods are no exception. But if you break down the conditions, they're easier to understand and construct. That is the next step for building our custom Publisher: appsdissected.com/caching-custom… #iosdevelopment
- Combine provides a lot of functionality out of the box. But what if you need to build your own custom Publisher? Apple's docs are less than helpful. Let's build one, starting with the Combine chain itself. #iosdevelopment #combine
- I made this exact same mistake when I started using Combine, and sadly I don’t think it will be the last time. appsdissected.com/save-sink-assi… #iosdevelopment #combine
- JSON doesn't have standard schemas, so you're stuck with guessing all the details from documentation. 😭 How the heck are you going to make that into an easy to use Swift struct that works? #iosdevelopment #json #codable
