Stewart Lynch Newsletter 2025-14


Stewart Lynch News
2025-14

Please pass on the subscription link to others in your sphere so I can broaden my reach.
https://stewartlynch.kit.com

WWDC 2025 First Impressions and What's Next

I’m still trying to take in everything that was announced at WWDC on Monday. With 120 sessions available, I’ve already bookmarked 50 that I want to go through over the next couple of weeks. I’ll begin with the “What’s New in…” sessions and go from there.

Each week, I’ll share what I’ve learned, highlight what seems most valuable, and let you know which topics I plan to cover in upcoming videos.

To test the latest features, I’ve installed macOS 26 on my MacBook Air. This will allow me to run Xcode 26 and explore the new ChatGPT integration. I’ve already watched the “What’s New in Xcode” session, and it looks like it will significantly change how we create apps. I’ll share more about that next week.

I’ve also installed iPadOS 26 on my M2 iPad Air, and the new window management features really stand out. I can now run multiple apps in resizable windows, which brings a very Mac-like experience to the iPad.

On my iPhone 11 Pro, I’ve installed iOS 26. Since this device doesn’t support Apple Intelligence, I’ll be relying on my iPad to test those features. Everything has been fairly stable so far, but since this is only Beta 1, I’m holding off on installing it on my primary devices.

In addition to the major announcements, there are lots of smaller improvements to things like SwiftData and SF Symbols. The most noticeable change, however, is the new Liquid Glass UI. It’s a dramatic visual shift and quite beautiful, but some elements are harder to read. I’ll be compiling several of my apps to see how they look and determine what adjustments might be needed.

If you watched the Keynote or the State of the Union and found something you’re particularly excited about, I’d love to hear from you. Feel free to reach out by email or through any of the social platforms I’m on. There is so much to explore, and I want to focus on the features that will bring the most value to the community.

SwiftUI Charts Mastery

It’s no secret that I’m a huge fan of Mark Moeykens (Big Mountain Studio) and the incredible books he creates. His first book, SwiftUI Views Mastery, was a huge success, and honestly, it belongs in every SwiftUI developer’s library.

Since then, Mark has gone on to publish many more books that have deepened my understanding of various Swift and SwiftUI frameworks. I personally struggled with Core Data and Combine, but Mark’s clear and approachable teaching style really resonated with me. His books on those topics made a huge difference in my ability to grasp and apply them in real-world projects. So when he released SwiftData Mastery in SwiftUI, it was an instant buy.

And now, he’s done it again with his newest release: Swift Charts Mastery. This was another immediate purchase for me.

If you’re looking to unlock the full potential of data visualization in your SwiftUI apps, Swift Charts Mastery is the guide you need. It’s packed with practical, real-world examples and tons of customization options. You’ll learn how to turn your app’s data into compelling, interactive charts that both inform and engage your users.

Just a quick note: I’m an affiliate of Big Mountain Studio, so if you use any of the links in this section to purchase a book, I do receive a small commission. That said, feel free to visit the site and purchase directly—that’s what I usually do myself. The books are all reasonably priced and are, bar none, some of the best reference materials available for Swift and SwiftUI developers.

What is Coming?

Next week, I’ll continue with Part 2 of my three-part series on creating an SF Symbols Picker Swift Package. In last week’s video, we explored where to find the list of SF Symbols, their categories, and associated search terms, and how to decode the property lists that contain this data.

Even if you didn’t catch the first video, you’ll still be able to follow along. I’ll provide a link to the necessary data in the description, so you can jump right into building a fully functional and reusable SF Symbols picker. Then, in the final part of the series the following week, we’ll convert it into a Swift Package. But rest assured—the version you build next week will be complete and ready to use in your own projects right away.

My Other Stuff

Channel Listing App

A Searchable Mac app containing a list of all of my YouTube videos including the ability to watch them in the app and download starter and completed source code

Free on Gumroad

CustomGPT

A custom ChatGPT that has indexed the transcripts of my videos.
Add to your ChatGPT Sidebar

Smile4Me Course

Learn how to build a multi-targeted app using a Jokes API.
Don't let the low cost of the course fool you into believing that low cost means low content. 6.5 hours of content and 56 videos.

Enrol in the course

Affiliate Links

Affiliate Links

Below are a number of affiliate links for products that I not only endorse but use all the time. I will never endorse something that I do not believe in.

AppScreens 

Simply the best way to create your Screenshots for your AppStore connect submissions
https://appscreens.com/?via=92e164

RocketSim - Build Apps Faster 

This is an invaluable tool when working with the simulator in Xcode.

   https://gumroad.com/a/122988499/ftvbh 

BigMountain Studio Books 

Mark Moeykens is a master at creating SwiftUI reference books. I have purchased every one of these books and refer to them all the time.

Use this link and we both will benefit

https://www.bigmountainstudio.com/a/77jt8

113 Cherry St #92768, Seattle, WA 98104-2205
Unsubscribe · Preferences

Stewart Lynch

Join over 23,000 YouTube subcribers who are mastering Swift and SwiftUI.Level up your iOS development skills with concise tutorials and professional development tips delivered straight to your inbox. Subscribe now for exclusive discounts, insider insights, and curated highlights from my 350+ YouTube tutorials.

Read more from Stewart Lynch

Stewart Lynch News2025-13 Subscribe to my YouTube Channel Please pass on the subscription link to others in your sphere so I can broaden my reach.https://stewartlynch.kit.com This Week's Video This week I launched a brand new series with one goal: to build a reusable SF Symbol Picker Swift Package that you can easily integrate into any project. In the first video, we focused on an essential skill for iOS and macOS development: decoding property lists (plists). You learned how to: Create and...

Stewart Lynch News2025-12 Subscribe to my YouTube Channel Please pass on the subscription link to others in your sphere so I can broaden my reach.https://stewartlynch.kit.com This Week's Video In this week's video, I explored two exciting new additions introduced at WWDC24: • Accessing section subviews (headers, content, and footers) • Using the new ContainerValue struct for dynamic view behaviour I walked you through two practical examples: enhancing a basic list with stylized sections and...

Stewart Lynch News2025-11 Subscribe to my YouTube Channel Please pass on the subscription link to others in your sphere so I can broaden my reach.https://stewartlynch.kit.com This Week's Video In this week's video, you saw how to build flexible and reusable containers in SwiftUI using @ViewBuilder. We looked at how to pass in customizable parameters with default values, use view modifiers to mimic container behavior, and decide when it’s better to use a container view versus a modifier. You...