Skip to content

kkla320/TrackingUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackingUI

This package extends SwiftUI with methods to track view events.

Installation

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"
    ])

About

Extension to track screens using SwiftUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages