tvOS: Change UITextField text color

272 views Asked by At

I'm having issues changing the text color on a UITextField on tvOS.

I've tried setting the color attribute in IB as well as pragmatically setting textField.textColor = .whiteColor()

Neither worked. Potentially something apple disabled in tvOS? Because of the focus engine?

Not sure. I'm completely befuddled

0

There are 0 answers