Skip to main content
Version: 8.0.1

Setting SwiftUI views to activity trail

Custom modifier is provided to set SwiftUI views to activity trail.
It is available in both debug and release flavours of the framework.

The custom modifier fnObserve is available in versions starting from 7.0.0 and above. This modifier can be added to any swiftUI view.

Once added the onAppear and onDisapper events of the corresponding view element will be tracked and added to the activity trail.

    Text("Tap Me").fnObserve()