From be8c6d6e39de9f3f09500f6ca5df0f26d4cae382 Mon Sep 17 00:00:00 2001 From: Amzd Date: Mon, 3 Aug 2020 15:58:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4eeaff..c777c07 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -As of June 22nd this is included in the SwiftUI beta. https://developer.apple.com/documentation/swiftui/scrollviewproxy +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 beta. +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. -Also the Apple implementation only supports iOS 14 so I think this repo is still useful. +Also the Apple implementation only supports iOS 14 so I think this repo is still useful for backwards compatibility. # ScrollViewProxy