Post

Replies

Boosts

Views

Activity

AVAudioRecorder.stop() makes the status bar flash on iOS 13
Hi, I have a recorder in my app and on iOS 13 the status bar flashes red for a moment when my app calls the function `stop()` from `AVAudioRecorder`.Video: ht tps://imgur.co m/a/7 OxycWyRemember, this only happens when I call the function `.stop()` and not before. In the video above I am pressing starting the recorder and stopping it after 1 second and the flash happens. Yes indeed my app calls this right after `.stop()`:try AVAudioSession.sharedInstance().setActive( false, options: [AVAudioSession.SetActiveOptions.notifyOthersOnDeactivation])This never happened before iOS 12.I am using Version 11.1 (11A1027).Thank you.
2
0
945
Oct ’19
PageSheet causing UIViewController at background not fade
I am migrating my app to support the new PageSheet style of UIViewController and I noticed that the view controller in the background is not fading to black as expected. It should get darker like visible in some examples on the internet. You can see the issue here (I draw a red line to show where the top UIViewController starts and where the one in the back is visible): http🙂s://🙂imgur.com/a/EgzJNPU (Please remove the 🙂 to open the screenshot) My application uses a UINavigationController as root. Is this the cause of this issue?Thank you.
0
0
440
Dec ’19