NSData _data = NSData.FromArray(_imgData); // _imgData is byte array with length 1310450 ImgView.Image = UIImage.LoadFromData(_data); **** Error****
* UIImage.LoadFromData(_data); shows an null ****it gives an Null Reference Exception****** while returning value to ImgView.Image.* -- View this message in context: http://monotouch.2284126.n4.nabble.com/Error-this-UIImage-LoadFromData-data-returns-null-tp4655276.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
