MengTo / Spring

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

Deprecation warnings solved. #312

Open batuhansk opened 6 years ago

batuhansk commented 6 years ago

Warning: "Using '!' in this location is deprecated and will be removed in a future release; consider changing this to '?' instead."

There were warning in several lines. I solved them. +++ Added guard let statement to fix that issue on before the iteration in viewDidLoad().