UIView animation

Posted by iphonedevnoob on Stack Overflow See other posts from Stack Overflow or by iphonedevnoob
Published on 2010-05-09T19:47:44Z Indexed on 2010/05/09 20:58 UTC
Read the original article Hit count: 226

I have a UIView(first view) on top of which I would like to display another UIView(second view). I display the second view using animation which causes the second view to be displayed for about 3/4 of the iPhone screen. The first view is visible underneath the animated second view. I would like to make changes to the first view as the second view is displayed. Any ideas on how I can achieve this. Right now, the animation completes, the second view is displayed and then I can change the first view. I would like to change the layout of the first screen as the second screen is being displayed. Any help is much appreciated.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone-sdk-3.1