[MonoTouch] MonoTouch.Dialog, position of image in ImageStringElement

cbailey curtis at smartjobsapp.com
Sat Mar 3 22:37:45 UTC 2012


If you take a look at the MonoTouch.Dialog source you'll see that
ImageStringElement uses UITableViewCell.ImageView. UITableViewCell.ImageView
sits to the left of the content view so can only appear on the left hand
side of the cell. If you need an image on the right side of the cell you'll
need to sub class Element and add a UIImageView to the content view.

--
View this message in context: http://monotouch.2284126.n4.nabble.com/MonoTouch-Dialog-position-of-image-in-ImageStringElement-tp4441081p4442507.html
Sent from the MonoTouch mailing list archive at Nabble.com.


More information about the MonoTouch mailing list