Update README.md

This commit is contained in:
Amzd 2020-12-26 20:58:11 +01:00 committed by GitHub
parent 57d7bed0dd
commit 40c7dae45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
---
title: ScrollViewProxy by Amzd
---
As of June 22nd this is included in the SwiftUI 2 beta. https://developer.apple.com/documentation/swiftui/scrollviewproxy
The Apple implementation uses just `.id(_:)` and I had update issues with that where Views with an id sometimes won't update when their ObservedObject changed. Maybe this has been fixed in the new SwiftUI 2 beta.