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)ScrollView
on a page that was created using SwiftUI’s declarative structure. Do not add this modifier to more than oneScrollView
on a given page. If this modifier is present on a page, do not include amainScrollView
in that page’strackPageView
call.Since
Since 7.1.0Declaration
Swift
func granifyScrollTracking() -> some View