Quotes

Quotes let you mark out important pieces of text, optionally with a source.

This is a plain quote:

Quote {
    Text("It is a truth universally acknowledged that all good Swift projects must be in need of result builders.")
}

It is a truth universally acknowledged that all good Swift projects must be in need of result builders.

And this is a quote with a caption provided:

Quote {
    Text("Programming is an art. Don't spend all your time sharpening your pencil when you should be drawing.")
} caption: {
    "Paul Hudson"
}

Programming is an art. Don't spend all your time sharpening your pencil when you should be drawing.

Paul Hudson

Created with Ignite