Swift – How to change textfield text colour when strong password suggestion appears?
I’ve written an app using Swift and UIKit (mostly programmatic, little to no storyboards) and it is currently themed to always be dark. This brings up an issue on my “create account” page. I have textfields that use a black background with grey text and I want the user to be able to use Apple’s strong password suggestion option, but the issue is that whenever it highlights the field in the yellow-y / chartreuse-y colour, the text is no longer legible. (light grey + chartreuse = bad combo)