How to create multiple XCode previews within a single view
![Oscar de la Hera Gomez](https://www.delasign.com/CDN/headshots/profile.webp)
![Two flowers that represent SwiftUI and XCode side by side. Beneath them sits the text "Multiple SwiftUI Previews."](https://www.delasign.com/CDN/images/How-to-create-multiple-SwiftUI-previews-within-a-single-view.webp)
Sample code for producing multiple previews for a single SwiftUI view.
The example can be found on the main branch of our SwiftUI Open Source Starter Project linked below.
![A screenshot of XCode showing how to use a PreviewProvider that holds a Group to return multiple previews for different languages.](https://www.delasign.com/CDN/images/Sample_2024-08-15-193048_bpak.webp)
To create multiple previews for a single SwiftUI View, create a Struct that uses a PreviewProvider protocol and within its previews static var, return a group of Views.
This tutorial is based on our Localization tutorials linked below.
Looking to learn more about SwiftUI, Swift, Design and Technology?
Search our blog to learn more about Swift, SwiftUI, design and technology.
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.