interface builder - tvOS - UITextField shows white on white when focused -


i've created uitextfield on screen using custom font (skia 100 point) , sitting on top of uiimageview, otherwise quite unremarkable. when it's not focused, text shows normally, if bit faint:

enter image description here

when focused, however, entire area renders solid white rectangle:

enter image description here

i'd willing compromise on , feel of screen if render when focused, nothing i've tried has changed it--i white-on-white. read similar issue said due custom background colors have not set background color. in fact, if set custom text color, not seem take effect--it looks same.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -