We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18495fa commit b3e78d1Copy full SHA for b3e78d1
Objective-C/TOCropViewController/TOCropViewController.m
@@ -241,6 +241,9 @@ - (UIStatusBarStyle)preferredStatusBarStyle
241
242
// Even though we are a dark theme, leave the status bar
243
// as black so it's not obvious that it's still visible during the transition
244
+ if (@available(iOS 13.0, *)) {
245
+ return UIStatusBarStyleDarkContent;
246
+ }
247
return UIStatusBarStyleDefault;
248
}
249
0 commit comments