Label doesn’t show text

My suggestion is to just set breakpoints and ensure that your code that sets the labels is actually setting the correct string values. If you are sure about that, then there must be something wrong with your IB files (clearColor text, maybe?).

On another note, you have a horrendous amount of hardcoding in your view controllers. You should decouple your data from your views.

Leave a Comment