Those Who Swift - Issue 267
Weekly note ✏️Hello! ๐ This week I partnered with Shannon Ash. She’s been writing CVs since COVID-19 hit, helping people position themselves better and land new jobs. Six years later, her work is still producing real results. Some results:
Here are few testimonials: The clients she mainly works with are usually dealing with one of these problems:
Offer:
Price: 450€ ๐ Important - this offer has limited spots:
Interested? - Just reply to this email or contact me at - thisweekinswift@gmail.com Swift Around the Web ๐Deprecating Your Own Convenience APIMajid Jabrayilov shows a neat way to stop compatibility helpers from becoming permanent dead code using Swift availability annotations. The key idea: deprecate wrappers when the new minimum OS makes them unnecessary, then obsolete them later so the compiler forces cleanup. Read more.๐Level: IntermediateA Feature Flags System In SwiftArtem Mirzabekian shows how feature flags can grow from simple booleans into real app infrastructure while staying type-safe, thread-safe, and predictable. The most useful part is the full architecture: typed features, priority-based resolution, local overrides, SwiftUI environment injection, and a built-in toggle screen for QA and testing. Read more.๐Level: AdvancedCoding ๐จ๐ปTracking App Store Purchases With Server NotificationsMuhammad Azam shows how App Store Server Notifications complete the StoreKit 2 story by letting your backend react to renewals, refunds, billing issues, expirations, and purchases outside the app. The most useful part is the payload breakdown: Apple sends nested signed JWTs, so the key is decoding Read more.๐Level: IntermediateContentUnavailableView In SwiftUI - Complete Guide With ExamplesSagar Unagar shows why Read more.๐Level: IntermediateApple ๐Coming Bright Up - WWDC26Apple is teasing WWDC26 with a short preview, calling it a week of technology, creativity, and community that will be online and free. It is more of a save-the-date than a technical update, but confirms Apple is starting the WWDC ramp-up. Read more.๐Introducing The 2026 Apple Design Award FinalistsApple has announced the 2026 Apple Design Award finalists, highlighting 36 apps and games for innovation, ingenuity, and technical achievement. It is a good shortlist to browse before WWDC, especially for a quick look at the product quality and design direction Apple is celebrating this year. Read more.๐Other cool stuff ๐งฐUsing Xcode MCP With Claude CodeDaniel Saidi shows how Xcode 26.3’s built-in MCP server gives Claude Code direct awareness of project structure, schemes, builds, and tests instead of treating Swift files as isolated text. Read more.๐Level: IntermediateUnderstanding Basic Animations In SwiftUINatascha Fadeeva explains the two core SwiftUI animation paths: Read more.๐Level: BeginnerAI ๐คHow Claude Code Works In Large Codebases: Best Practices And Where To StartAnthropic says Claude Code works best in large codebases when teams invest in the harness around the model, especially Read more.๐Level: IntermediateTutorials ๐How To Recognize Text In Images With Vision In SwiftKhoa Pham shows how Apple’s newer Vision API makes text recognition cleaner by replacing callback-heavy Read more.๐Level: IntermediateOptimizing For VoiceOver And Voice ControlBas Broek shows how an accessibility change that feels cleaner for VoiceOver can make Voice Control noticeably worse, especially when combined elements turn separate buttons into hidden actions. The key takeaway: improving one assistive technology can hurt another, so the better solution is sometimes the more balanced one, not the most “optimized” version. Read more.๐Level: AdvancedVideo ๐ฅUnderstanding Swift Result Builders-The Power Behind ViewBuilderStuart Lynch starts with Watch here.๐Level: IntermediateClaude Code Just Dropped /Goal (Master It In 8 Minutes)This walkthrough explains Watch here.๐Level: BeginnerThanks for reading Those Who Swift! Subscribe for free to receive new posts. ๐
|

