Give your simulator superpowers

RocketSim: An Essential Developer Tool
as recommended by Apple

Exclusive Pre-Launch Offer: Get 20% Off atgoing-indie.com

Going Indie: From Side Project to Going Independent

Switching careers from having a full-time job to going fully independent after transforming multiple side projects into six-figure revenue. In March 2024, I decided to leave WeTransfer after 7,5 years, fully focusing on SwiftLee, RocketSim, and courses. The journey starts by introducing my first course, From Side Project to Going Indie, which is now available … 

 

@Previewable: Dynamic SwiftUI Previews Made Easy

Xcode 16 introduced the @Previewable macro for SwiftUI Previews, allowing you to use dynamic properties inline in previews. You’ll be able to make richer and more dynamic previews of your SwiftUI views without the need to wrap any state inside child views. Swift and SwiftUI use macros to hide implementation details, and this new attached-macro … 

 

Swift Package Manager framework creation in Xcode

Swift Package Manager (SPM) is Apple’s answer for managing dependencies. We’re all familiar with tools like CocoaPods and Carthage, but we’ll likely all use Swift Package Manager soon instead of those. If you’re deciding which package manager to use, it’s recommended to start using SPM today. By switching to the Swift Package Manager, we also …