nsscreencast / comments

Public comments on NSScreencast.com
0 stars 0 forks source link

Paging Between Views with SwiftUI #202

Open subdigital opened 3 years ago

subdigital commented 3 years ago

Written on 05/29/2020 18:07:22

URL: https://nsscreencast.com/episodes/441-swiftui-paging

subdigital commented 3 years ago

originally written by waynefj40 on 08/15/2020 20:14:26

To surface the scroll amount (0.0-1.0) of a page, would you use the same approach as the index, and use a @Binding in the Coordinator? Or would you use GeometryReader on the resulting PageView?