hoatv
hoatv
I am also having problems.
> 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 :(
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 
I also had the same problem.It seems setColorOutOfRange is not right.