String identifiers have long been a source of possible errors when working with Storyboards from code, and here’s a Swift script called Natalie submitted by Marcin Krzyzanowski that allows you to automatically take your storyboard files, and it automatically will create Swift code allowing you to work with storyboards using strongly typed code and reduce the need to use strings to identify storyboards and segues.
Natalie can be integrated with Xcode to run automatically or can be used from the command line.
You can read more about Natalie on Marcin’s blog.
You can find Natalie on Github here.
A nice tool for reducing the use of error-prone string based identifiers when working with Storyboards.
Original article: Swift Script For Automatically Generating Strongly-Typed Code For Storyboards And Segues
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.