Animate UITableView moving
I have a UITableView that takes up about 3/4 of the view. When you click a button, the table view moves downwards to only take up about 1/3 of the view (revealing details behind). I would love to animate this movement, but I have no idea how.
Where should I start? Are there perhaps animation "templates" that I can use rather than reinventing the wheel with timers and whatnot?
Any help would be appreciated.
Cheers,
Rickard
|