MengTo / Spring

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

Cleaned Up KeyboardLayoutConstraint #308

Open juliand665 opened 6 years ago

juliand665 commented 6 years ago

I was debugging a problem I was having and decided to clean up KeyboardLayoutConstraint while I was at it, which proved to be very successful, so I decided to create a pull request for it.

I also removed the @available annotation which seems to not do anything, since it's inside the conditionally compiled block…