UILabel Disappear From Static UITableViewCell with Dynamic Type

Hello everyone!

I have a same problem, that was descriped in below Stackoverflow link :

http://stackoverflow.com/questions/26330560/uilabel-disappear-from-static-uitableviewcell-with-dynamic-type


Who can explain to me why it is so? Is this a bug?

Hi


I'm having the same issue. I've been googling around for this but I haven't found a solution that doesn't require you to create your own cell layout.


I think it's a bug and I'm surprised it hasn't been fixed.


There's a workaround and that is to never use the default static styles but always do a Custom cell and drag out your own controls.


It's almost like they're creating new labels internally in the cell but they never assign the text to the new label. I haven't checked the memory address of a label before and after a dynamic font change to verify this or not.


It also affects cell when you do a static table, like a menu.

UILabel Disappear From Static UITableViewCell with Dynamic Type
 
 
Q