Re: UIImageView without using the Interface Builder?
Re: UIImageView without using the Interface Builder?
- Subject: Re: UIImageView without using the Interface Builder?
- From: Andrey Dubinin <email@hidden>
- Date: Mon, 01 Dec 2008 00:26:02 +1000
Something like this? :
UIImage* myImage = [UIImage imageNamed:@"myImage.jpg"];
UIImageView* myImgView = [[UIImageView alloc] initWithImage: myImage];
Hi
Im completely new to XCode, and I found a small tutorial where the
programmer added a UIImageView in Interface Builder, added a image
to this UIImageView and then linked the UIImageView to the code by
dragging it to "Files owner".
How do I do this in the code without using Interface Builder?
Med venlig hilsen/Best regards
Søren Neigaard <email@hidden>
If I'd known computer science was going to be like this, I'd never
have given up being a rock 'n' roll star.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden