Text Field Background Dark Mode

Trying to get things presentable in Dark Mode.

Is it possible to set the background of the text field?

We have a number of dialog-like things that have a gray background. They look best with black labels and black letters on a white text field. In Dark Mode, the text fields shows as a black rectangle (on the gray background).

-Bob

Hi Bob, take a look at iOSDesignExtensions on Github from @Jeremie Leroy .

YouriOSTextField.SetBackgroundColorXC(Color.Blue) YouriOSTextField.SetBorderColorXC(Color.Green)