Hi,
I'm trying to resize an image inside a tableview programmatically, this way:
cell.ImageView.Image.Size = new System.Drawing.SizeF(24.0f, 24.0f);

And it results in a strange objective-C exception:
UIImage setSize: unrecognized selector sent to instance

Someone has any idea why does this happen?
Thanks!
 
Regards,

Jesús Bosch Ayguadé
http://www.plungeinteractive.com
http://www.facebook.com/plungeinteractive
 




                                          
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to