iOSTextField.TextColor
From Xojo Documentation
Property (As Color )
aiOSTextField.TextColor = newColorValue
or
ColorValue = aiOSTextField.TextColor
Supported on Mobile (iOS).
or
ColorValue = aiOSTextField.TextColor
Supported on Mobile (iOS).
The color of the text.
Sample Code
Change the text color to red:
TextField1.TextColor = Color.Red