I have a UIpicker with “pass” or “fail” options to pick, is it possible to change the displayed text colour of “fail” to red (currently black) if the UIText field receives the word Fail?
Im thinking an if statement maybe?
if textbox1.text = @"Fail" ….then something?
1 Answer