0

so I have an app and I have a sliding drawer on the left that can be pulled out/revealed by a button tap or a gesture. It looks like this.

I wanted to animate the drawer so it had a folding animation kind of similar to this.

I have looked around the internet extensively and didn't find anything.

Does anyone know whether this is possible? Thanks.

ThatGuyThere
  • 365
  • 2
  • 10
  • 23

1 Answers1

0

The following article describes the folding animation using CATransfromLayer. I think this might help. http://markpospesel.wordpress.com/tag/catransformlayer/

hsusmita
  • 282
  • 3
  • 16
  • I came across the following libraries which might be useful.https://github.com/xyfeng/XYOrigami and https://github.com/geraldhuard/YFoldView – hsusmita Mar 19 '13 at 10:53