How could I copy the slide down effect with the tail on the springboard which occurs when a 'appgroup' (collection of apps in one folder) is selected?
It would be used to show a few buttons.
|
How could I copy the slide down effect with the tail on the springboard which occurs when a 'appgroup' (collection of apps in one folder) is selected? It would be used to show a few buttons.
| ||||
|
feedback
|
|
You can use simple Core animations to do that. Like so:
Where coverView is a view covering your buttons, when this animation is executed the view animates to the point X=x Y=400 and uses 2 seconds to do it. You can do this to any object in interface builder, and therefore you can experiment and create what suits you. Hope that helps. | |||||||||||
feedback
|