Post

Replies

Boosts

Views

Activity

Reply to SwfitUI withAnimation's completion not called on iOS 26
withAnimation { offset = contentHeight isFocused = false // binding to textfield } completion: { isPresented = false } I just find out this line causes the case, maybe bacause the keyboard animation interupt this animation.
Replies
Boosts
Views
Activity
Sep ’25
Reply to simultaneousGesture no longer works when inside a scrollView on Xcode 26
you guys can find a workaround in here
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to tabViewBottomAccessory AttributeGraph cycles, broken behavior of views participating in cycles
Same. I find out a solution to avoid it by putting conditions outside like below, but this will lead no animations. .tabViewBottomAccessory { if A { ViewA() }else{ ViewB() } } I don't think they were really ready to release these new APIs...
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’25