How to put an image at a specific part of an UIImageVIew
i am very new on this platform and what i am trying is that show an UIImage of 50*50 size on UIImageVIew of 1024 * 768. But problem is that i want to show an image on CGRECTMAKE(10,60,50,50).po开发者_如何学JAVAsition. means at a specific portion of an image.Please help me. Thanks in advance.
Not sure if this is what you're after - but have you tried using [UIImage drawInRect:] on the image?
精彩评论