IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 40 forks source link

Use base class but for colors? #144

Open mfernandez94 opened 4 years ago

mfernandez94 commented 4 years ago

Is there currently a way to have something like use_base_class, where you can specify colors that should be used?

phimage commented 4 years ago

you want to be more restrictive than colors present in assets? there is a color asset rules, which check named colors

mfernandez94 commented 4 years ago

More restrictive in that I only want colors in assets to be used, so things such as a custom color, system color or any other named or unnamed are not used. So I guess the better question is would it be possible to check named as well as unnamed colors?