iOS Swift - Animations
What will be the visible effect of this code snippet?
UIView.animate(withDuration: 1.0, delay: 0, options: .curveEaseOut, animations: {
view.alpha = 0
}, completion: nil)