Has anyone ever used nib2objc to convert .storyboard files to objective c .m files? I’ve seen several places say that it’s possible to convert a storybord using the same command as for an .xib, but there is no output when I try it.
Has anyone ever used nib2objc to convert .storyboard files to objective c .m files?
Share
You should pipe that output to a file whose suffix is
.m.You should use this tool like this:
and the output file is
TestViewController.m