SwiftUI: How to make filling wave animation
Xcode 12.4— iOS 14

- Creating a wave
- Embedding wave view to container image of shape to give fill animation
- Animating the wave
Creating a wave:
We are going to create a wave struct inherited from Shape. it will have percentage as a state to define how much container…