simple image animation with the keyboard

Posted by conorhiggins on Stack Overflow See other posts from Stack Overflow or by conorhiggins
Published on 2010-06-08T08:55:44Z Indexed on 2010/06/08 9:02 UTC
Read the original article Hit count: 189

Filed under:
|
|
|
|

Hi the app I am currently working on requires a simple animation to be performed, which I am able to do but timing is an issue. The app uses the slightly opaque keyboard and I have set up a black background to make it more visually pleasing . The app is a utility app and as the user clicks on a settings button the app will flip which looks great. However there is a problem at the moment in that while the app is flipping the keyboard also closes which itself looks great also, however the background remains. I was wondering if there was a way of animating the background image to follow the keyboard's animation pattern and speed? If I set up a discrete animation time the chances are there will be some sort of overlap and either the image will show too long or the keyboard will show too long.

Any suggestions? Another option is to make the keyboard show constantly if anyone knows how to do that? i would rather animate it though as it is quite a simple app and so I would like to make it as aesthetically pleasing as possible.

/Conor

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa