Enabling/Disabling Screen Rendering
Learn how to enable or disable screen rendering performance tracking in your iOS app with Luciq. Control which screens are monitored for rendering metrics.
Luciq collects Screen Rendering performance metrics out of the box. If needed, you can disable it by calling the following API after initializing the SDK.
// Disable Screen Rendering
APM.screenRenderingEnabled = false// Disable Scren Rendering
LCQAPM.screenRenderingEnabled = NO;Last updated