after I updated my Xcode to the Xcode7.0, the method below raises a very strange error: 'Double' is not convertible to 'FloatLiteralConvertible'.
UIView.animateWithDuration(0.5, delay: 0.0, usingSpringWithDamping: 0.5 , initialSpringVelocity: 0.3, options: nil, animations: nil, completion: nil)
Can someone help me?