I\'m porting an older app over to Xcode 7 beta and I\'m getting an error on my animations:
Cannot invoke \'animateWithDuration\' with an argument list
Swift 3, 4, 5
UIView.animate(withDuration: 1.5, delay: 0.05 * Double(index), usingSpringWithDamping: 0.8, initialSpringVelocity: 0, options: [], animations: { cell.transform = CGAffineTransform(translationX: 0, y: 0) }, completion: nil)