ios custom cells

If I place 3 labels into a custom cell how do I manually place data into the cell as opposed to a datasource?

Did you try the 2nd bit of sample code on the iOSTable.CreateCustomCell page? Seems like that is what you want.

Thanks Paul, I was working in that area and had a problem understanding the custom cell syntax :frowning: