A macOS tool to convert Xcode .xib files to .storyboard files while preserving outlets, constraints, and other objects.
xib2Storyboard is a macOS tool that converts Xcode .xib files to .storyboard files. It solves the problem of manually migrating UI designs between Interface Builder formats, which often results in lost outlets, constraints, and other objects. The tool automates this process to ensure a seamless transition.
iOS and macOS developers working with Xcode who need to migrate .xib-based view controllers to .storyboard files, particularly those maintaining or updating older projects.
Developers choose xib2Storyboard because it eliminates the tedious and error-prone manual conversion process, preserving all outlets, constraints, and objects automatically. Its GUI-based approach makes it accessible without requiring command-line expertise.
A tool to convert Xcode .xib to .storyboard files
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Maintains all outlets, constraints, and objects like gesture recognizers during conversion, eliminating the manual error-prone process described in the README.
Adds prototype cells to UITableViews automatically, saving developers time when migrating table view-based interfaces.
Provides an intuitive interface for adding files and selecting export options, making it accessible without command-line expertise, as shown in the screenshots.
Created by reverse-engineering Interface Builder files, ensuring reliable conversion for supported Xcode versions (8 and 9) as noted in the README.
The software is marked as Beta and not tested in live products, which means it may have undiscovered bugs or instability issues for production use.
Compatibility is tied to specific Xcode versions, and future Apple updates could break the tool, as admitted in the README's additional notes.
Currently only supports .xib to .storyboard conversion; features like .storyboard to .xib or macOS file support are planned but not available yet.