I am new to SwiftUI (and iOS) however very long time Android developer. I must construct this in SwiftUI. Blue squares are hyperlinks to a distinct web page.
What choices do I’ve? My naive thought can be one thing like that:
All static picture, apart from the blue buttons (added on prime)
Utilizing SVGs (easiest method, assuming there’s a straightforward option to make blue buttons clickable)
Including every little thing as a picture view (together with arrows)
I am certain there are different choices as nicely, however I have never discovered the suitable controls.
Essentially the most troublesome half can be the arrows (that is what it sounds prefer to me)
Or are there some controls in SwiftUI for constructing flowcharts?
Thanks rather a lot