End Screen Loading

You can manually inform the Luciq SDK that screen loading has ended using the following API. You'll simply need to pass the current View Controller or Activity

APM.endScreenLoading(for viewController: self) // self here is a reference to a UIViewController

Last updated