Provenance-Emu / Provenance

iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
https://provenance-emu.com
Other
5.95k stars 685 forks source link

"Select Import Source" has an incorrect colour #1340

Closed dnicolson closed 4 years ago

dnicolson commented 4 years ago

The UIAlertController title colour looks incorrect.

### Expected: The title colour to match the dark style. ### Actual: The title colour does not.

Reproduce:

Tap the plus icon.

UIAlertView title

The following code corrects the text colour but leaves the background colour inconsistent:

UIVisualEffectView.appearance(whenContainedInInstancesOf: [UIAlertController.self]).effect = UIBlurEffect(style: .dark)

#

APP VERSION

APP SOURCE

INSTALLED BY

PLATFORM

iOS/tvOS VERSION


🚫 We DO NOT support unofficial builds installed from 3rd-party sites. (Official Install)
Need help or have a suggestion? Join our Official Discord

dnicolson commented 4 years ago

This affects many devices but not all, removing the theming resolves the issue but it isn't necessarily reproducible.