Search code examples
iosxcodejquery-animatecontainer-view

How to animate container view x & y position in xcode?


I want to be able to animate a container view from left to right. I'm planning on using a container as a menu that slides in from the left side of the screen when called. Is there a good example for this?

I found this UIView example, would this apply for what I need?


Solution

  • As mentioned by both Putz1103 and Rakesh the listed link works for animating a container view.