UIView animation en utilisant les options de Swift

Comment puis-je régler l' UIViewAnimationOptions à .Repeat dans un UIView bloc d'animation:

UIView.animateWithDuration(0.2, delay:0.2 , options: UIViewAnimationOptions, animations: (() -> Void), completion: (Bool) -> Void)?)