Reputation: 4082
Is there a list of all the SwiftUI View types available somewhere?
Upvotes: 15
Views: 12048
Reputation: 4082
In Xcode itself there is a list of all SwiftUI Views and modifiers available via the Library (+
button in the upper-right corner, a SwiftUI view and the Canvas preview need to be opened):
Also, at the end of the documentation page for the View protocol, there is a list of all Conforming Types.
Upvotes: 27