IBDecodable / IBLinter

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

Add Rule custom module #51

Closed saten-private closed 6 years ago

saten-private commented 6 years ago

Thank you for making IBLinter. I added rule of Custom Module. Rule of Custom Module reduces mistake of custom Module form on IB. Please add this function to IBLinter by all means.

kateinoigakukun commented 6 years ago

@fukagawa-satoru Thank you for your pr. 👍 Could you add test case for this rule and fix ci error?

saten-private commented 6 years ago

@kateinoigakukun Thank you! I added test case.

saten-private commented 6 years ago

If user mistake custom Module form in IB, the view is created UIKit's view instead of custom class. It is important problem. so rule of Custom Module is prevent the probrem.

https://stackoverflow.com/questions/24924966/xcode-6-bug-unknown-class-in-interface-builder-file

kateinoigakukun commented 6 years ago

LGTM!