Conrad Kramer
03/21/2022, 12:56 AM@Preview
?ephemient
03/21/2022, 1:01 AMConrad Kramer
03/21/2022, 4:04 PM#if DEBUG
struct SomeView_Previews: PreviewProvider {
…
}
#endif
Or even a class annotation, because you often do want previews in the same file as the view itself, but it looks like that is not possible