Assigning Bakgrond Image to CGRect Object
hi guys , I am new to iphone Programming . I have a rectangle on which i m displaying some data. I want to assign an image to its background. And is it possible that the data would be visible even after the image is assigned .
Any idea how i can do it ? Thanks
[self.webview.frame setBackgroundView:IBimg];
webview is UIWebView instance
Frame is CGRect instance
IBimg is UIImageView instance
it gives an error that ' cannot convert to a pointer type"
|