This package extends SwiftUI with methods to track view events.
To install the analytics framework just add this line to the dependencies section in the Package.swift
.package(url: "https://github.com/kkla320/TrackingUI.git", from: "0.1.0")
After that you just need to add the package as a depency in the corresponding target.
.target(
name: "myProject",
dependencies: [
"TrackingUI"
])