Reading time: 4 min
This recipe shows how to add a Scan Line / Lollipop to a Chart to SwiftUI using Apple's new Charts Framework. It allows you to read data from the chart depending on its position using tap and drag gestures.
Scatter Plot in SwiftUI with Charts Framework
Reading time: 2 min
This recipe shows how to add a Scatter Plot Chart to SwiftUI using Apple's new Charts Framework.
Bar Chart in SwiftUI with Charts Framework
Reading time: 1 min
This recipe shows how to add a Bar Chart to SwiftUI using Apple's new Charts Framework.
Reading time: 1 min
This recipe shows how to create a custom divider in SwiftUI - one that allows you to customize its color and height/width/thickness.
SwiftUI Max Width Buttons in VStack
Reading time: 1 min
This recipe shows how to make all items in a VStack take up the same width as the widest item.