I'm pretty new to iOS animations, I've been trying to accomplish something that in my head seems very simple but I am not sure what would be the best way to implement such a thing.
Usage
- User clicks on a tab located on the right side of the app.
- A small window slides from the side (or below doesn't really matter direction right now)
- The sliding object is a UIScrollView currently
Here's a small draft so you guys have an idea
http://dl.dropbox.com/u/919254/animations.png
The black is the tab, there are severals below. When clicked, the red one shows up from a particular direction.
My questions are:
- How could I accomplish an animation like that?
- Any good tutorials out there you guys can refer me to?
Seeing sample code here wouldn't hurt!