theextremeprogrammer / Succinct

UI tests at the speed of unit tests. Proper encapsulation. Architecture agnostic. Freedom to refactor.
MIT License
42 stars 7 forks source link

Add support for finding views that contain a gradient #35

Open theextremeprogrammer opened 5 years ago

theextremeprogrammer commented 5 years ago

Possible function definition on a UIViewController extension may be:

func hasGradientLayer(withColors searchColors: [UIColor]) -> Bool