I've been searching for hours trying to find a way to animate/rotate a UIView 90 degrees from the upper right corner.
The effect should almost work like a swinging door from the top of the screen.
Hope someone can help!
|
I've been searching for hours trying to find a way to animate/rotate a UIView 90 degrees from the upper right corner. The effect should almost work like a swinging door from the top of the screen. Hope someone can help! |
||||
|
|
|
So right after I pressed enter I suddenly put two and two together and figured the Metronome sample worked kind of like a swinging door and that led me to a few other possibilities. Here's my solution:
Hope this helps someone else too! |
|||||
|
|
You should try setting the anchor point of the layer to (0,1), and than animate the layer. |
|||
|
You should try this code:
} |
||||
|
|