/IBStoryboard

Protocols and extensions for storyboards

Primary LanguageSwiftMIT LicenseMIT

IBStoryboard

This package contains code to make work with Storyboards and segues easier bu using objects/protocols instead of string. It work in symbiosis with the code generated by ibgenerate.

It heavily inspired from code generated by natalie by Marcin Krzyżanowski and me (Eric Marchand) for macOS, using object for decoding XML, etc...

So this package contains only the static code that never change between projects. You need ibgenerate for the dynamic code.