Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 621 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 621 Bytes

Chris's SwiftUI Preview Color Blindness

A SwiftUI Preview View Modifier to simulate different types of Colour Blindness

Overview

import PreviewColorBlindness

#if DEBUG
struct ExampleSwiftUIView_Previews: PreviewProvider {
  static var previews: some View {
    Group {
      ExampleSwiftUIView()
        .previewColorBlindness(type: .protanope)
    }
  }
}
#endif

Before After
Before After