Animated curve line in Swift 3

Viewed 6627

I want to draw some bezier lines and I want to animate them with a wave effect,

Example enter image description here

Do you have some ideas about how I can do this ? Bezier line is it the best method to do it ? I found only 2 libs for this, but they are not really useful for what I need, I try to modify the code of one lib, unfortunately without success https://github.com/yourtion/YXWaveView

I found this lib, https://antiguab.github.io/bafluidview/ which does the work, but it written in obj-c, maybe you know something like this in swift


1 Answers
Related