Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When presenting the iOS HealthKit permissions modal view, the view behind it is black

When calling the HKHealthStore's requestAuthorizationToShareTypes method, a modal permissions view is presented.

In my current app, requestAuthorizationToShareTypes is called when the user presses a button. When the automatic modal permissions view from HealthKit is presented (and dismissed), there is a visible black background behind it instead of the view controller from which it is displayed.

When presenting any other view modally in my application, this does not occur. Has anybody else had this experience or have any ideas of what I could try? Any help would be appreciated. Thanks!

like image 622
MCDeltaT Avatar asked Sep 23 '15 14:09

MCDeltaT


1 Answers

It's a bug in iOS 9. You should file a bug with Apple.

like image 106
Allan Avatar answered Sep 27 '22 15:09

Allan