Animating multiple UIViews at once using CoreAnimation
- by Thomas
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!