Hello, I just upgraded from the release candidate to the 14.3 on the App Store, now I also have this issue.
Thanks
Post
Replies
Boosts
Views
Activity
Hi,
Perhaps wrap it with a withAnimation{} block:
.onTapGesture {
withAnimation { guestsExpanded.toggle() }
}
Thanks