Colorblinds 1.2

Colorblinds 1.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2019
SPMSupports SPM

Maintained by Jordi de Kock.




  • By
  • Jordi de Kock

Build Status Platforms iOS Language Swift 4.2 License MIT Version

Colorblinds

Colorblinds is a easy to use library to simulate color blindness within your app. The feature can be easily activated with a 3-tap gesture. Once activated you can choose from four types of color blindness:

  • Deuteranomaly
  • Deuteranopia
  • Protanomaly
  • Protanopia
  • Tritanomaly
  • Tritanopia
  • Achromatomaly
  • Achromatopsia

Compatibility

Colorblinds requires iOS 8 or higher and is written in Swift 4.2.

Using CocoaPods

Colorblinds is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod ‘Colorblinds

Manually

Clone or Download this Repo. Then simply drag files in the folder Source to your Xcode project.

Example

import Colorblinds
CBController.sharedInstance.startForWindow(window!)

Todos

  • Support Carthage
  • Support animations

License

MIT