Alexander Bekert
Alexander Bekert
It's better to mark properties and parameters nullability in your Objective-C SDK. Please, look at [the article](https://developer.apple.com/documentation/swift/objective-c_and_c_code_customization/designating_nullability_in_objective-c_apis), or at the [other one](https://developer.apple.com/swift/blog/?id=25) where it's explained. A quick example — I...
Hello! I need to fade in a view while it is moving to its destination point. So I setup it with zero alpha and start coordinates, then I need to...
In current implementation spring easing is just an **easeOutElastic** now. I want spring animation has _dampingRatio_ and _velocity_ parameters and to be implemented as a real spring animation. Thank you.
Please, update to the modern swift version. Contemporary Xcode can't deal with the project. 