An example playground created for my blog post "Use SwiftUI Path and Shape to render your svg files: a practical example".
This repository contains an example of the usage of SwiftUI Path
and custom Shape
. Below an article quote:
...So in this post we will show you our own personal journey into the world of SwiftUI
Path
andShape
and how we have been able to create the inspirational title in the screenshot above using only code. Let's go!!...
Click here to read the post.