Multiple text objects in tableView cell?

Hi,

In the simulator I can get my tableView cells rendering nicely.

Each cell has an icon, a Title, some sub text and a button with a label.

On the device (iOS) I can only see the subtext, no title or button label.

I am populating the cells dynamically from a table of data and each text object has different properties - font-size, colour etc.

Is this a limitation or a bug? Is there a workaround? [import]uid: 61520 topic_id: 23820 reply_id: 323820[/import]

SOLVED

I was trying to use font “Helvetica Bold”. Using system.nativeFontBold fixes this. [import]uid: 61520 topic_id: 23820 reply_id: 95911[/import]