D.HungDev

Results 4 comments of D.HungDev

self.showLoading() DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(1), execute: { self.startTimer(recoder: record) DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(3), execute: { print("done") self.resetCoudown() self.showView() isFirstApp = false }) }) I also had the same problem and...

` player.defaultEdgeControlLayer.isHidden = true ` you can use the above method to hide all buttons

@mrT23 thank you very much, I have a the same problem as a @hgcdanniel but thanks to you I solved it.