View
public extension View
-
A custom modifier used by Granify to collect scroll statistics from a page that uses a SwiftUI
ScrollView. Add this modifier to the top-level(or highest level)ScrollViewon a page that was created using SwiftUI’s declarative structure. Do not add this modifier to more than oneScrollViewon a given page. If this modifier is present on a page, do not include amainScrollViewin that page’strackPageViewcall.Since
Since 7.1.0Declaration
Swift
func granifyScrollTracking() -> some View
View Extension Reference