detailTextLabel via declare?

I’ve searched through a few of the declares projects but couldn’t find anything that would return a UITableViewCell’s detailTextLabel. This is one of the easier ways of presenting information (using the textLabel and detailTextLabel) in a UITableView in iOS.

Does anyone know off the top of their head if this is already in any of the declares projects that anyone is working on?

Actually never mind, this is just the cellData.DetailText. I’m looking for something else, I think it was a custom built-in style that allowed a label on the left and another on the right. Used for various apps such as the settings app/etc.

Xojo doesn’t have custom UITableView cells yet. But in the meantime you can write code to approximate this by setting an image for an iOSTable cell. Alternatively the Dethomsoft dtListView will get you most of the way there for less than a hundred bucks.

Thanks Jason. Was already looking into both of those and neither will do exactly what I need.

The custom image solution seems to have no way to properly resize on the fly based on the actual cell width for different devices/orientations.

And the dtPlugins are very nice and he’s incredibly responsive, but it’s not quite clean/customizable enough for what I need.