Varun Tomar
Dec 1, 2020

--

Yes it is custom utility class, where i wrote a class method like

class func videoExportBaseUrl() -> URL? {

if let documentsDirectory = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).last {

return documentsDirectory.appendingPathComponent(“Video”)

}

return nil

}

Hope this helps you. Please let me know if still have some doubt

--

--

Varun Tomar
Varun Tomar

No responses yet