Re: UIImageView without using the Interface Builder?
Re: UIImageView without using the Interface Builder?
- Subject: Re: UIImageView without using the Interface Builder?
- From: "Hamish Allan" <email@hidden>
- Date: Mon, 1 Dec 2008 10:25:28 +0000
On Sun, Nov 30, 2008 at 5:56 PM, Søren Krogh Neigaard
<email@hidden> wrote:
> The reason I want to avoid interface builder is that I want to add images
> dynamicly, so that image a + b + c is loaded and show at some times, and c +
> d + e and so on at others. So instead of having created all the images at
> compile time, i load them when I need them at run time. Does that make
> sense?
If you want to programmatically change the image a UIImageView is
showing, you need an IBOutlet to it. Don't ignore Fritz's advice.
Hamish
_______________________________________________
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