Skip to content

SwiftUI page view tracking

Compare
Choose a tag to compare
@defagos defagos released this 07 Dec 10:33
· 342 commits to master since this release
  • Add page view tracking for SwiftUI views. Link your project with the new SRGAnalyticsSwiftUI library and use the tracked(withTitle:levels:labels:) modifier.
  • Remove page view tracking for SRGMediaPlayerViewController. Applications are responsible of tracking page views when presenting instances of this class.
  • Child view controllers are now automatically tracked. This behavior can still be customized using the SRGAnalyticsContainerViewTracking protocol.