Results 10 comments of hoatv

> I solved this by changing the order of the views when opening and closing the menu, then I added some tap-through code to the main view of the menu....

@codaman self.lastValidDeviceInterfaceOrientation. How did you declare it

I was facing the same problem. My problem was resolved by following these steps Delete application from mobile or simulator (wherever you are facing this issue). Close Xcode, open Terminal...

I have the same problem. When i destroy my player and after 5 seconds status also auto hidden.

You need set: do { if #available(iOS 10.0, *) { try AVAudioSession.sharedInstance().setCategory(.playback, mode: .default) } else { AVAudioSession.sharedInstance().perform(NSSelectorFromString("setCategory:error:"), with: AVAudioSession.Category.playback) } try AVAudioSession.sharedInstance().setActive(true) } catch { print(error) }

Thanks you for support. I was turn on bluetooth on my device but still not discoverable bluetooth devices nearby. This is log when i call startScanForDevices ![screen shot 2017-12-15 at...

I have sample problem. ![Screen Shot 2020-04-22 at 09 41 28](https://user-images.githubusercontent.com/17327812/79934740-7cee6c80-847d-11ea-845d-55f603581fe9.png)

I also had the same problem.It seems setColorOutOfRange is not right.