On iOS17, when the device is on Dark mode, the background of the Edit Mode in QLPreviewController has white color, instead of dark color. (like in the iOS18 betas)
We support both iOS17 and iOS18 and we want our users to have a consistent experience, so we think this should be aligned in iOS17, as it's currently working in iOS18 betas.
Steps:
- Set the device to Dark Mode.
- Present a QLPreviewController and preview an image.
- Enable Markup/Edit mode.
- Observe the image background
Actual Result: The background is in white color.
Expected Result: The background is in dark color. (Just like in iOS18 betas)
Xcode 16b3, All iPhones.