Change Position and Image of UIImageView
Hi,
I got following code to change my ImageView
[UiImageView setContentMode:UIViewContentModeRedraw];
[UiImageView setBounds:CGRectMake( 0, 0, 50, 50)];
I now hot to change it with last two numbers, but there is no difference if first two numbers change.
How can I change the position of it like
UiImageView.left = 100
UiImageView.top = 50
(Thats what it looks like in .net)
And my second problem is:
How can I switch different pictures in my UiImageView???
Thanks to all
I got following code to change my ImageView
[UiImageView setContentMode:UIViewContentModeRedraw];
[UiImageView setBounds:CGRectMake( 0, 0, 50, 50)];
I now hot to change it with last two numbers, but there is no difference if first two numbers change.
How can I change the position of it like
UiImageView.left = 100
UiImageView.top = 50
(Thats what it looks like in .net)
And my second problem is:
How can I switch different pictures in my UiImageView???
Thanks to all
Mac Mini, Mac OS X (10.5.4)