Using a paging horizontal scrollView
.scrollTargetBehavior(.paging)
.scrollPosition(id: $model.value)
The first swipe model.value
is not updated (but the view does page). Paging/scrolling after that, everything starts working and value
updates just fine.
The value has a stable hash value and changing anchor position doesn't help.
Anyone else experiencing this?