Is there a good reference for SwiftUI?

While I appreciate the work that Apple puts into the developer documentation, I find it very hard to use.

Among other things, I'm looking for a reference (free / paid / online / dead tree) that describes the views available in SwiftUI with the applicable view modifiers and examples of how to use them.

Accepted Reply

One of the programmers in the local BuckeyeCocoa group turned me on to this resource in the Mac App Store. It's not free.

A Companion for SwiftUI

Replies

Did you look at Apple's

  • Thanks for the reply, but neither reference is what I'm seeking.

    For example, I navigated the Apple reference documentation down to Button, but there was no list of the valid view modifiers (such as .borderless) and how to use them.

    Tutorials are great, but you have to wade through a lot of stuff to get to the one code snippet that shows you what you need.

Add a Comment

One of the programmers in the local BuckeyeCocoa group turned me on to this resource in the Mac App Store. It's not free.

A Companion for SwiftUI