Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 607 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 607 Bytes

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.