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.
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.