Hey everyone, I'm having this really frustating problem with a UIViewController. Basically, it's a menu that pops up when the user clicks and option to make a user. The user can do this as many times as they want. And unfortunately, if you open it, enter text, close and reopen... the textfield text is invisible. I know the text is still there, because the cursor advances and there is spell check. I have no options to change the text color anywhere, and it's successfully calling dealloc because it logs that. I'm not sure how anything could be different the second time around. :-/ It doesn't change color of the text to white if you don't enter any text. I've already checked, the textColor isn't changing, and the box and everything still appears. It's as if some sort of internal UITextField problem is happening where part of the textfield covers up the text in the textfield. I hope someone else has had this problem.