IBDecodable / IBLinter

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

Add custom_view rule #186

Closed Adobels closed 1 year ago

Adobels commented 2 years ago

Add rule "custom_view" which emits warnings if storyboard scenes contain custom views. This rule applies to storyboards only. Use it to restrict the creation of custom view in code, such as tableViewHeaders, later used views etc.