This repository was archived by the owner on Jun 30, 2020. It is now read-only.

Description
Suppose you have a class: BaseCell, and it has a child FancyCell. You can hook IBOutlets from the childs XIB to the parent class, but the IBAnalyzer doesn't seem to find these, it will instead print out:
FancyCell doesn't implement a required @IBOutlet named: starredView.
To be honest I'm not sure if this is a common use case, but I thought I'd note it here in case it helps.