Wrote a custom #SwiftUI view that allows text-selection across view trees, so you can keep using SwiftUI views and view modifiers for layout without sacrificing text selection.
Wrote a custom #SwiftUI view that allows text-selection across view trees, so you can keep using SwiftUI views and view modifiers for layout without sacrificing text selection.
Is there any way to make a native #SwiftUI macOS settings window resizable, like the Xcode preferences window? No matter what modifiers I try, I can't get it to work.
I've now updated all iOS screenshots on https://exploreswiftui.com with their Liquid Glass variants. Additionally, the code is now formatted much more nicely, and the screenshot variant is now synced with the browser’s dark mode setting.
https://Exploreswiftui.com will soon see a big update with dedicated support for Liquid Glass. I’ll update screenshots of existing elements while keeping the flat versions. This also enables exploring the new language and comparing it with the old flat design.
Paul Hegarty's updated CS193p SwiftUI course released by Stanford
#HackerNews #PaulHegarty #CS193p #SwiftUI #Stanford #CourseUpdate #EducationTech
Digging this new transition between tracks.
#daftmusic #buildinpublic #macos26 #liquidglass #indiedev #macosdev #swiftui
Digging this new transition between tracks.
#daftmusic #buildinpublic #macos26 #liquidglass #indiedev #macosdev #swiftui
I watched this session for the first time a week ago, and I now think it’s an absolute must-watch. It covers the most common causes of hangs and explains very clearly what a fix can look like. Take a look:
Here we go again: the Swift Student Challenge 2026 has been announced. Not sure if I’ll be able to enter one last time, but I definitely recommend doing so!
https://www.apple.com/newsroom/2025/11/developers-decode-their-journeys-from-app-ideas-to-app-store/
I'm testing some apps on iOS 26.1 and at this point, I can't tell anymore what's me misusing the API, what's a SwiftUI glitch or expected behaviour.
Replaced the Progress Indicator in Daft Music that was originally the SwiftUI slider with a custom version that is written with CoreAnimation and is wrapped in a NSViewRepresentable. (Also, the progress is now fully animated)
CPU Usage went down while playing from 3-4% to 0%.
I'm not that person that wants Objective-C and AppKit back, but often I have to drop down to optimize for things and it's not that SwiftUI is often easier than straight Core Animation.
#swiftui #appkit #macosdev #iosdev