Skip to content

V8tr/SwiftUIPreviewsAtScale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article related to this project


SwiftUIPreviewsAtScale

A sample project showing three techniques to help you manage SwiftUI previews at scale:

  • Extracting reusable previews into components.
  • Combining groups of previews into presets.
  • Using Fixture Object pattern to simplify object graph instantiation.