Update README.md

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

View File

@ -1,7 +1,3 @@
---
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.