philia

Results 2 comments of philia

![](https://user-images.githubusercontent.com/2439146/82122072-54495200-975f-11ea-8a70-6fb6dacccc9f.png) 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 ``` } ```...