UITableViewCell (MTD) rectangle style cell

43 views Asked by At

Hi I have my Monotouch application and I would like to implement using Monotouch Dialog a cell with the following style (rectangle and spacing between cells)

Here is a sample image:

enter image description here

Any clue?

1

There are 1 answers

2
miguel.de.icaza On

You would need to implement a custom cell renderer.

MonoTouch.Dialog has several examples showing how to do this.