xib2Storyboard alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view xib2Storyboard alternatives based on common mentions on social networks and blogs.
-
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
Xcodes.app
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. -
Lona
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts. -
FBSimulatorControl
idb is a flexible command line interface for automating iOS simulators and devices -
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate. -
AppDevKit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. -
iSimulator
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator. -
Blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. -
Realm Browser
DISCONTINUED. DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform. -
Cookiecutter
DISCONTINUED. A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file -
SuperDelegate
DISCONTINUED. SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle -
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application. -
AVXCAssets-Generator
AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of xib2Storyboard or a related project?
README
xib2Storyboard โข [
](LICENSE.txt)
xib2Storyboard is a handy tool to easily convert .xib files to .storyboard without the hassle of manually copying views, losing your outlets and possibly constraints in the process.
- Maintain all outlets, outlet collections & constraints
- Maintain all other objects such as additional views or gesture recognizers
- Adds prototype cells to UITableViews
Getting started
To run xib2Storyboard download this repo on macOS and run the xib2Storyboard.app file which is always the latest release. If you'd like to play around with the code yourself, build & run the Xcode project.
Prerequisites
- xib2Storyboard requires macOS 10.11 El-Capitan or higher.
How to use
- Build & run the Xcode project (or run xib2Storyboard.app).
- Add view controller .xib file(s) by using the '+' button or dragging the files on the window.
- Select one of the export options from the dropdown menu.
- Import the newly generated .storyboard files in your Xcode project.
Before (.xib):
After (.storyboard):
Stability
This software is considered Beta. It has been thoroughly tested internally at November Five but not yet used in any live products.
Roadmap
Currently the following releases are planned:
xib2Storyboard 1.0.0 (TBD)
- Support for macOS Interface Builder Files
- Convert a .storyboard to multipe .storyboard's
- Convert a .storyboard to one or multiple .xib's
Additional notes
xib2Storyboard was created by comparing the XML format of Interface Builder files. It may stop working for future versions of Xcode should Apple decide to change the XML format of .xib or .storyboard files. xib2Storyboard works and was tested using the Xcode 8 and Xcode 9 file formats. xib2Storyboard will be thoroughly tested when new beta versions of Xcode become available.
Contact
This project is maintained by Dries Van Schevensteen
Got any questions or ideas? We'd love to hear from you. Check out our [contributing guidelines](CONTRIBUTING.md) for ways to offer feedback and contribute.
License
Copyright (c) November Five BVBA. All rights reserved.
Licensed under the [MIT](LICENSE.txt) License.
*Note that all licence references and agreements mentioned in the xib2Storyboard README section above
are relevant to that project's source code only.