MengTo / Spring

A library to simplify iOS animations in Swift.
http://designcode.io
MIT License
14.08k stars 1.8k forks source link

refactor(swift 5/code): added Swift 5 compatibility for Xcode 10.2 and iOS 12.2 #327

Closed Pomanks closed 5 years ago

Pomanks commented 5 years ago

removed redundant code and formatted everything with SwiftFormat (e.g. removed whitespaces, added space between colon and variables, …).

removed force casts and unnecessary type casting.

MengTo commented 5 years ago

Hi, thank you for this. Do you mind pushing to swift5 branch so we can test from there first?

Pomanks commented 5 years ago

Couldn't push directly to your swift5 branch, changed pull request branch instead (from master to swift5)