How to use Activity Trace with Swift for iOS or OS X

I am trying to figure out how to use Activity Tracing with Swift under iOS and OS X. Has anyone been able to do this, and if so, can you provide details on what the Swift API is and where the documentation will be found.

thank

+3


source to share


1 answer


Please refer to the following link. https://www.objc.io/issues/19-debugging/activity-tracing/



It is mentioned that "if you want to use it now in a Swift project, you will have to create an Objective-C wrapper around it and make this API available in Swift using the bridge header."

0


source







All Articles