nui
nui copied to clipboard
Label in custom UITableViewCell is not rendered with style
I just ran into this with labels inside custom UITableViewCells. Setting an explicit class helps (any class name and then inherit from Label, e.g. Label:Custom), but will become very cumbersome in the long run.
I see a similar issue #86 but it was closed with workaround. What is required to make this happen automatically?
I really need this, too. Can't understand how anyone can live without this working...