I\'m facing an issue. I\'m working on an app and I\'m using storyboard with Autolayout enabled. Now on one of my UIViewControllers>
storyboard
UIViewControllers>
For all the views that you are animating write the following code in viewDidLoad
myViewToAnimate.translatesAutoresizingMaskIntoConstraints = YES;
Hope this helps