Quantcast
Channel: Controls – TAGTECINFO
Viewing all articles
Browse latest Browse all 336

[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]IBAnalyzer – A Tool For Automatically Finding Xcode Xib And Storyboard Issues

$
0
0

IBAnalyzer is an open source command line tool from Arek Holko allowing you to automatically analyze your xib and storyboard files and search for issues.

IBAnalyzer looks through your Xcode interface builder files, and Swift code and notifies you of any missing outlets and actions in your code.

You can also find any @IBoutlet and @IBAction that is defined in your code but does not appear within interface builder.

You can find IBAnalyzer on Github here.

A nice tool for finding potential issues when working with interface builder.

Original article: IBAnalyzer – A Tool For Automatically Finding Xcode Xib And Storyboard Issues

©2017 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools


Viewing all articles
Browse latest Browse all 336

Trending Articles