IBAnalyzer icon indicating copy to clipboard operation
IBAnalyzer copied to clipboard

Find common xib and storyboard-related problems without running your app or writing unit tests.

Results 15 IBAnalyzer issues
Sort by recently updated
recently updated
newest added

So we have some xibs where we have a UIViewController and another object in the xib (you can do this by dragging in an Object from the Object Library) and...

I don't want IBAnalyzer to parse every folder and file in my project folder. I need to maintain an ignore list, this will make my analysing more faster. Is there...

I don't want all the warnings. I just want warnings for broken outlets which may cause the crash. So is there a support to pass it as parameter.

Hey, I finally got some time to test IBAnalyzer in some projects I'm working on. It shows some nice results :-) But I also miss some features like ignoring files...

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...

Would be super cool if IBAnalyzer could be integrated into projects as a build phase. If possible we should emit warnings visible in the Issue navigator.

enhancement

`/.../.../UI/Search/SearchStoryboard.storyboard:53:106: warning: IBAction missing: cancelButton: is not implemented in SearchStoryboard.storyboard` I saw this output and am thinking it can be improved by elaborate the view controller name or id. Something...

There are some issues that we won't be able to address, e.g. when a superclass's source isn't available but it already defines outlets or actions (see #21). For that case...

An `@IBAction func unwindToHere(segue: UIStoryboardSegue) { }` function in a ViewController is detected as unused when it shouldn't be. The function is used from another ViewController wired up as an...

bug