Checks if "initial view controller" has been selected in the storyboard file. This rule applies to storyboards only.
Rule "has_single_view_controller":
Checks if there is only one "view controller" in the "storyboard" files. View controller references don't count as a view controller.
This rule applies to storyboards only.
This PR adds two rules.
Rule "has_initial_view_controller":
Checks if "initial view controller" has been selected in the storyboard file. This rule applies to storyboards only.
Rule "has_single_view_controller":
Checks if there is only one "view controller" in the "storyboard" files. View controller references don't count as a view controller. This rule applies to storyboards only.