I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's add more tests for the committing list changes!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/OfCWew8R9eM
Навигация на SwiftUI: чего не хватает и как исправить
В статье iOS-разработчик студии комплексной разработки цифровых продуктов и мобильных приложений CleverPumpkin разбирает ограничения SwiftUI при построении сложной навигации, с которыми команда столкнулась на одном из своих проектов. Он рассказывает, в каких сценариях приходилось подключать UIKit, чтобы сохранять стабильность, показывает варианты подходов и делится выводами, какие инструменты выбирать для контролируемой навигации. Статья может быть особенно полезна тем, кто разрабатывает архитектуру и выбирает подходящий стек технологий.
https://habr.com/ru/companies/cleverpumpkin/articles/972810/
#ios_разработка #swiftui #uikit #navigationstack #ios #ios_development
visionOS 26 brings two convenient modifiers to scale views based on their parent size: scaledToFill3D and scaledToFit3D.
https://stepinto.vision/example-code/spatial-swiftui-scaling-views/
@chbeer Using #SwiftUI, a tale in three acts.
Bridge the UIKit-SwiftUI gap effortlessly. iOS 26's native 𝘖𝘣𝘴𝘦𝘳𝘷𝘦𝘷𝘢𝘵𝘪𝘰𝘯 support eliminates manual tracking logic, letting UIKit views automatically respond to SwiftUI state.
🔗: https://nilcoalescing.com/blog/AutomaticPropertyObservationInUIKitWithObservable by Natalia Panferova (@natpanferova)
Doesn‘t work … yet #swiftui #uikit
Seems I can: either convert to Book binding by comparing the focusState with a given value or forward the FocusState and the value and convert to firstResponder in the UIViewRep… at least theoretically. Will try… #swiftui #uikit
Video: Your App Needs This: The RIGHT Way to Ask for Reviews in SwiftUI
https://youtu.be/nDJ6CWWD6dE?si=gGFS4MyDKeU2h6z9

Can I somehow make use of FocusState in a UIViewRepresentable? #swiftui #uikit
The following article shows how to use the Transferable protocol to support drag-and-drop and clipboard operations in SwiftUI apps:
I've got a SwiftUI-on-macOs question
Suppose you have this confirmation dialog. I want to present some extra context - in this case, I want the user to be able to see which apps would be added one more time if they confirm. They can already see them in a list before this dialog shows up, but I want them to be extra sure
How would you present this info? A sheet, a utility window, something else? What would you do?

Here's the Major Havoc cannon moving between its three different heights, firing at each height.
The combined animations repeat over 350 clock ticks (60fps here). #swiftui