philia
Results
2
comments of
philia
 how to config like this
i meet the same problem.You can try this in the function recorderUpdatedCurrentTime(recorder: EZRecorder!) func recorderUpdatedCurrentTime(recorder: EZRecorder!) { var formarredCurrentTime:String? formarredCurrentTime = recorder.formattedCurrentTime dispatch_async(dispatch_get_main_queue()) { self.timeLabel.text = formarredCurrentTime ``` } ```...