Closed GoogleCodeExporter closed 8 years ago
en.lproj/MainStoryboard_iPhone.storyboard is an xml file for Interface Builder
to edit.
When compiling, .storyboard file is expected to be compile to several .nib file
output to .storyboardc/ directory. The .nib is referenced as "frozen dried"
file (means compiled code) to build an user interface at runtime.
Originally, the .nib file can be converted to .xib file in a xml format using
ibtool. But I'm not sure whether it's possible to convert a compiled nib...
Original comment by ImAndr...@gmail.com
on 15 Jun 2013 at 6:17
Yes, storyboard file format is undocumented and can not be compiled with the
opensource toolchain.
Original comment by cjac...@gmail.com
on 23 Sep 2013 at 7:09
Original issue reported on code.google.com by
ImAndr...@gmail.com
on 14 Jun 2013 at 6:58