CGAffintransform and UIImage Views

2009-01-29 Thread nasser salami
Hello, im a newbie iphone developer and i m trying to smoothly scale an image view up and then return to the original state. here what i did but it did not work : //code start [UIView beginAnimations:nil context:null]; [UIView setAnimationDuration:0.5]; CGAffineTransform transform = CGAffineTra

Re: CGAffintransform and UIImage Views

2009-01-30 Thread David Duncan
On Jan 29, 2009, at 10:24 AM, nasser salami wrote: Hello, im a newbie iphone developer and i m trying to smoothly scale an image view up and then return to the original state. here what i did but it did not work : so can you tell what it is that i did wrong? i'm sorry if it sounded stupi