My goal is to make a view grow double in size. The result I get with the code I have is \"nothing happens\". The view displays but doesn\'t grow. Any help would be appreciated.<
When you see the square on screen, the transformation is already happened. Try putting the scaling code in viewDidAppear instead of viewWillAppear.
Another small remark: you forgot to call
[super viewWillAppear].