Structure
Helper
struct Helper
various helper methods
Methods
calculateChecksum(url:)
static func calculateChecksum(url: URL) -> String?
calculate md5 checksum for large files
getDeviceModelCode()
static func getDeviceModelCode() -> String
getGpsLocation(locationManager:)
static func getGpsLocation(locationManager: CLLocationManager) -> [Double]
getRecordingId()
static func getRecordingId() -> String
generate an id for the scene based on time and device id
getRecordingDataDirectoryPath(recordingId:)
static func getRecordingDataDirectoryPath(recordingId: String) -> String
showToast(controller:message:seconds:)
static func showToast(controller: UIViewController, message : String, seconds: Double)
display a toast message