Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 719 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 719 Bytes

iOSAnimationSample

swift: 4.1 xcode: Version 9.4

主要知识点

  • UIView动画主要用到的方法
UIView.animate(withDuration: <#T##TimeInterval#>, delay: <#T##TimeInterval#>, options: <#T##UIViewAnimationOptions#>, animations: <#T##() -> Void#>, completion: <#T##((Bool) -> Void)?##((Bool) -> Void)?##(Bool) -> Void#>)

相关资料