ok i'm trying to use the OwnerDrawnElement overriding
Draw (RectangleF bounds, CGContext context, UIView view) But how do I draw another rectangle in the existing rectangle? I have tried to create another rectangle and draw that but i always end up with some kind of uneven line drawn from some startingpoint accross the cell down to some end point? I realy don't know what the best solution would be to make a beautiful cell. As I see there is 3 solutions 1. Use OwnerDrawnElement 2. Use a background image (maybe still in the OwnerDrawnElement) 3. Or create the cell in .xib What is the best solution? I would prefer to use the Dialog OwnerDrawnElement. But I can't find any info about drawing the cell in the way I want /Morten -- View this message in context: http://monotouch.2284126.n4.nabble.com/How-to-make-a-Beautifull-cell-tp4657646p4657663.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
