IBDecodable / IBLinter

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

Add custom object rule #185

Closed Adobels closed 1 year ago

Adobels commented 2 years ago

Add rule "custom_object" which emits warnings if storyboard scenes contain custom objects. This rule applies to storyboards only. Use it to restrict the creation of custom objects in code, such as view controller models, table data sources, formatters, etc.

shuguenot commented 2 years ago

Great rule ! 🎉