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:
Any clue?
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:
Any clue?
You would need to implement a custom cell renderer.
MonoTouch.Dialog has several examples showing how to do this.