I have a SwiftUI -> UIViewRepresentable -> UIView -> UIViewControllerRepresentable -> SwiftUIView
I set up tap gesture recognizer on UIView (works perfectly), which adds a subview (view controller representable), which should react on taps as well, but it ignores them all. View has a button, action is not registered (but visually tap occurs), text field is not editable, tap gesture recognizers are not working.
I am at lost right now, maybe someone would have a lead where to look? #SwiftUI
Clean scaling challenges. Clamp a minimum or things look odd. Tweak at small scales and they look odd at larger.
Use different metrics per scale—different lineWidths at various zoom levels—and madness-making complexity ensues.
But dropping detail at smaller scales holds promise. More maintenance, but promising.
In this example detail might drop (but doesn't here) in this order...
1. Dimples
2. Inset star box
3. Nose
4. Box side/top
Try that next.

Out of time, but narrowed dow the issue to a lockup in image processing shutdown. Tomorrow night, let's investigate more thoroughly. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/I5HHUIGw0L4
⏮️ 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
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let’s investigate why some tests stall when run as a group!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/u6TC1KggDRU
📽️ New SwiftUI video tutorial on YouTube!
👉 Using ShareLink in SwiftUI.
We go through the different kinds of data we can share, and how to customize both the share button and the share preview.
❤️ Thank you so much everyone! ❤️
https://azamsharp.school/swiftui-architecture-book.html
* Next chapter on Firebase will be out this week.

Sufficient Contrast https://wesleydegroot.nl/blog/sufficient-contrast #Accessibility #SwiftUI
AppIconKit 0.9 is out! 🚀 This library makes it easy to manage alternate app icons for iOS, macOS and macOS Catalyst. The new version adds Catalyst support and new icon functionality.
https://github.com/danielsaidi/AppIconKit
Swift Task không tự dừng khi gọi cancel(); cần kiểm tra trạng thái bằng Task.checkCancellation() hoặc Task.isCancelled. Khi hủy một “super‑task”, mọi “sub‑task” cũng nhận tín hiệu và phải tự kiểm tra. Trong SwiftUI, có thể lưu tham chiếu Task và hủy trong onDisappear, hoặc dùng modifier .task để tự động hủy khi view biến mất. #Swift #iOS #Concurrency #Task #SwiftUI #LậpTrình #Programming #AsyncAwait
https://dev.to/david_goyes_a488f58a17a53/sc-8-cancelando-un-task-179m
My first iOS app is live on the App Store🎉
SparkyTales lets parents & kids create animal characters and bedtime stories using Apple’s Foundation Models, fully on-device & offline.
Download: https://apps.apple.com/us/app/sparkytales-bedtime-stories/id6752358282
#SwiftUI #AppleIntelligence #FoundationModels
SwiftUI List reloads on iPhone when context menu is opened. Reported as FB21683645. Doesn't happen on iPad or macOS. #swiftui #bug #iphone
visionOS can show baseplates when a user looks at the bottom of a volume. We can control this using volumeBaseplateVisibility.
#SwiftUI #visionOS
https://stepinto.vision/example-code/using-volume-baseplates/