robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.34k stars 525 forks source link

Update README: fixed syntax for swift3 later #283

Closed yysskk closed 6 years ago

yysskk commented 6 years ago

I fixed README. It changed from class func animateWithDuration(duration: TimeInterval, animations: @escaping () -> Void) to class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void) since Swift 3 later.

Reference

https://developer.apple.com/documentation/uikit/uiview/1622418-animate

orta commented 6 years ago

Cool, thanks!