This year, among Apple Intelligence, we have lots of new improvements to SwiftUI, Swift Test, Concurrency, Xcode Assist and Code Completion and the new iPhone Mirroring capability.
Articles
New GitHub Organization for the Swift Project
The Swift programming language has been migrated to a dedicated GitHub organization at GitHub.com/swiftlang
Swift Testing
Swift Testing is a new framework with expressive and intuitive APIs that make testing your Swift code a breeze
What is new in SwiftUI after WWDC 24
Learn about new SwiftUI features for scroll manipulation, hero transition and view collection in iOS 18
iOS 18: Notable UIKit Additions
New essential iOS 18 features we should pay attention to
What's new in Swift 6.0
Learn all the new Swift 6 features including Typed throws and the new Swift concurrency policy.
Apple Developer Pathways
Pathways are simple and easy-to-navigate collections of the videos, documentation, and resources you’ll need to start building great apps and games
New frameworks from WWDC24
All the new frameworks as listed on Apple website
SFSymbol 6
SF Symbols 6 brings new and enhanced animations, updated annotation tools, and over 800 new symbols.
WWDC24: What's new in the Human Interface Guidelines
Discover and navigate the WWDC24 updates to the Human Interface Guidelines.
Building a stretchy header view with SwiftUI on iOS 18
Leverage the new onScrollGeometryChange in SwiftUI to build stretchy header
@Previewable: Dynamic SwiftUI Previews Made Easy
Learn how to use the @Previewable macro in previewing SwiftUI views
Responding to keyboard modifiers on macOS in SwiftUI
The new onModifierKeysChanged can be overlooked but it’s very handy to observe modifier key in macOS.