Reading time: 2 min

This recipe shows how to add a Scatter Plot Chart to SwiftUI using Apple's new Charts Framework.

Continue Reading...

Reading time: 1 min

This recipe shows how to add a Bar Chart to SwiftUI using Apple's new Charts Framework.

Continue Reading...

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.

Continue Reading...

Reading time: 1 min

This recipe shows how to make all items in a VStack take up the same width as the widest item.

Continue Reading...

Reading time: 1 min

This recipe shows how to style SwiftUI TextField's prompt / placeholder text, in order to, e.g, change its color or font. Alternatively, you can put a fully custom view for the placeholder.

Continue Reading...