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.
- Swift
Text("Tap Me").fnObserve()