Animating multiple UIViews at once using CoreAnimation

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-06-14T15:53:26Z Indexed on 2010/06/14 17:42 UTC
Read the original article Hit count: 340

Hi, I'm using a UIImageView as a background-image and placed multiple UIButtons on it. Now I want to move the UIImageView (with all the buttons on it) out of sight with a smooth animation.

I couldn't find a container or grouping element in IB, so is there a way to move all the Views at once?

Thank you in advance and sorry for my english!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c