Open NeariX67 opened 4 years ago
The new Swift Syntax for animations would be: [UIView .animate(withDuration: 1.0, animations: { self.progressBar.value = 55.f })]
[UIView .animate(withDuration: 1.0, animations: { self.progressBar.value = 55.f })]
The new Swift Syntax for animations would be:
[UIView .animate(withDuration: 1.0, animations: { self.progressBar.value = 55.f })]