Haha, I know you know it’s a property of an instance! 😜
#swiftUI #swift #coding #Xcode #iOS

With "Extract Subview", you can select part of your view code and instantly refactor it into its own reusable component.
✅ Keeps code clean
✅ Improves readability
✅ Makes UI easier to maintain
Right-click → Refactor → Extract Subview
or use the magic shortcut: ⌃⌘E
Small change, big clarity. 🧩
#Xcode #swiftUI #swift #coding

It’s great to have it for the future!
#Swift #SwiftUI #Xcode

Member Video: Introduction to SharingGRDB
https://azamsharp.teachable.com/courses/azamsharp-pro-for-all-content/lectures/62852138

Take your #SwiftUI designs to the next level with SF Symbols 7. Learn how to animate, transition, and add gradients to your icons using new tools in iOS & macOS 26. #Xcode #WWDC25 #SFSymbols
👀 https://youtu.be/E89hk8SEfW4

Added basic support for marking releases as delayed, which has been happening quite often on Crunchyroll in recent days… Tomorrow, let's jump back into polish by adding all releases to the release screen. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/ccOLGAacgw4
⏮️ Playlist so far: https://www.youtube.com/playlist?list=PLRxjf93xotuofCtaxtGOcWeuxVZYJyY-m
📲 Download Jiiiii: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=MastodonCCStreams&mt=8
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Any idea how Apple achieved this transparent background in regular light/dark mode for the battery widget in #iOS26?
I've done everything https://developer.apple.com/documentation/widgetkit/optimizing-your-widget-for-accented-rendering-mode-and-liquid-glass says and if I don't switch to the glass mode for Springboard my backgrounds remain solid.

I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Short stream today, but let's take a quick look at how to mark an episode as delayed in a backward compatible way!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/mmTELZWoA5U
I keep having TestFlight uploads vanish with no errors or logs. The only way I can successfully upload a test build is to use the old asset catalogue app iconset but if I use the new icon composer icon it silently fails after “successful” validation and upload. Anyone have any clue what’s happening? #ios26 #iosdev #swiftui #xcode26
Why does .translationPresentation(…) not have a parameter for the source and target languages? 🤦♂️ #swiftui
What's your go-to way to group larger info on macOS with #SwiftUI? On iOS/iPadOS I love how List and Sections look, but on macOS they're hard to tell apart.
Any better ideas than ditching List and overusing GroupBox / RoundedRectangle?

I was freaking out because my app started crashing and nothing I was trying was fixing it.
I finally realized that it was crashing because I added a new file that uses the new Playground macro.
The playground works fine but the app crashes if I have it.
