willowtreeapps / spruce-ios

Swift library for choreographing animations on the screen.
MIT License
3.44k stars 206 forks source link

Make TimedView's init publically accessible #109

Closed zackdotcomputer closed 5 years ago

zackdotcomputer commented 5 years ago

Previously, the TimedView struct was using the automatically-generated init method, which has a default privacy level of internal. Because of this, it was impossible to instantiate an instance of the struct from outside the module, meaning that in turn it was impossible to create custom subclasses of SortFunction.

The full chain and details are in this issue

eriklamanna commented 5 years ago

@genuinezack thank you for the contribution. I have merged your changes.

zackdotcomputer commented 5 years ago

You're very welcome, thanks for the merge @eriklamanna!