Hello Developer: May 2025 https://t.co/6vos1cPGRW
Apple
Hello Developer: May 2025 - Discover - Apple Developer
Join us to learn how to make your apps more accessible to everyone. Plus, check out our new and refreshed Pathways, and uncover the time-traveling secrets of the Apple Design Award-winning game The Wreck.
Introducing the 2025 Apple Design Award winners and finalists https://t.co/CsyvA9F4Lf
Apple
Introducing the 2025 Apple Design Award winners and finalists - Discover - Apple Developer
Hello Developer: September 2025 https://t.co/L6uaTl3bUO
Apple
Hello Developer: September 2025 - Discover - Apple Developer
Get ready for the new design, sign up for one-on-one appointments on machine learning and AI, and meet the team behind the wholesome open-world game Hello Kitty Island Adventure.
The Dark Side of iOS Development: Why Everyone Is Quitting https://t.co/GvGKs8kTaz
Medium
The Dark Side of iOS Development: Why Everyone is Quitting
Spoiler: It’s not about SwiftUI vs. UIKit. It’s about unsustainable chaos, endless reinvention, and a platform that no longer values its…
SwiftUI Canvas API: Build High-Performance Custom Graphics 40% Faster in iOS 2025 https://t.co/T0GdLsBqIY
Medium
SwiftUI’s Canvas Revolution: How Apple’s New Drawing API Is Transforming iOS Development in 2025
Finally, SwiftUI developers can create stunning custom graphics without the complexity of Core Graphics and the performance is…
Why Every Senior Developer I Know Is Planning Their Exit https://t.co/tMrVQpDNsz
Medium
Why Every Senior Developer I Know Is Planning Their Exit
After 10 years in software development, with the last three in high-frequency trading, I’m witnessing something unprecedented: every senior…
Getting started with the Contacts framework https://t.co/TxKVDTIk8R
Create with Swift
Getting started with the Contacts framework
Learn how to get access to the user contacts for your SwiftUI applications.
How to use [weak self] in Swift Concurrency Tasks? https://t.co/XYhNtfQ0F9
Donny Wals
How to use [weak self] in Swift Concurrency Tasks? – Donny Wals
As a developer who uses Swift regularly, should be something that’s almost muscle memory to you. I’ve written about using before in the context of when you should generally capture weakly in your…
The curious case of RETROACTIVE attribute in Swift https://t.co/TX3zYLgGzX
YouTube
The curious case of RETROACTIVE attribute in Swift
In this video, we unpack the @retroactive attribute in Swift 6. Why Xcode warns about retroactive conformances, what the attribute actually does, and the risks if a library later adds the same conformance. You’ll also see safer patterns to make types you…