

Discover more from Swift Discovery
Swift Discovery #13
Welcome to another issue of Swift Discovery. This week we learn about new findings from WWDC23
Articles
WWDC23 SwiftUI Q&A
Compile a list of interesting Q&A at SwiftUI digital lounge during WWDC23.
Awsome iOS
Best iOS resources and tools
What’s new in Swift 5.9?
Most important changes in this release, providing code examples and explanations for Swift 5.9 features
What is new in SwiftUI after WWDC 23
In this post, you can find the summary of the most significant SwiftUI features available in the 5th iteration of the framework
Managing model data in your app
Create connections between your app’s data model and views
Styling Components in SwiftUI
SwiftUI has a great API for styling views independent of a view’s implementation. In this post, we’ll look at how we can style custom views in the same way
How to Create Custom Chat Attachments With SwiftUI
Learn how to create custom attachments while using Stream Chat UI Components for SwiftUI.
Metal for SwiftUI
Shader is a reference to a Metal shader, and we've got some brand new modifiers to use it inside SwiftUI.
Little big improvements in Xcode 15
Xcode 15 gets a lot of nice improvements in WWDC 2023
Videos
SwiftUI Interactive Charts - Pie/Donut Charts
Swift Charts got some beautiful improvements at WWDC 2023, including interactive charts, pie charts, and donut charts. In this video, let's take a closer look at those
Add Animations to ScrollView in SwiftUI
The last WWDC brought a lot of amazing changes to SwiftUI. ScrollViews is one of them. Today we look at how just with simple tweaks in the code,
Xcode 15 - What's New
Showcase the new features you will use on a day-to-day basis as an iOS Developer in Xcode 15
SwiftData Is Way Easier Than CoreData
Build A Todo app in SwiftData Tutorial
Open Source
VariableBlurView
Reverse engineering iOS's variable blur effect. This sample project demonstrates how to recreate it using the private CoreAnimation/QuartzCore type, CAFilter
.
sample-backyard-birds
Create an app with persistent data, interactive widgets, and an all-new in-app purchase experience.
Swift-Macros
A curated list of awesome Swift Macros