I'm programming for the iPhone and I have an idea for an animation that I want to implement. I want a user tapping on a UITableView cell and it turning 90 degrees and filling up the whole screen with another view that I've made.
I'm wondering how I would do this as well as what knowledge I would need to do this.
Thanks.
Update - I meant the cell itself turning 90 degrees.