huggingface / swift-coreml-transformers

Swift Core ML 3 implementations of GPT-2, DistilGPT-2, BERT, and DistilBERT for Question answering. Other Transformers coming soon!
Apache License 2.0
1.61k stars 176 forks source link

Force the use of Light mode on iOS 13 #12

Open alistra opened 5 years ago

alistra commented 5 years ago

App looks incorrect when run on iOS 13 with default Dark mode (dark text on dark background).

I added info.plist keys to force Light mode.

julien-c commented 5 years ago

I'd rather we fix the support for Dark mode (shouldn't be super hard) instead of disabling it.

Thanks!