Converting a .storyboard file into raw swift code in Xcode 6 -
is there program can take .storyboard
file, , convert swift code? example being: if have uiviewimage
element in storyboard can program identify element , convert swift, insert code viewcontroller.swift
file? (just example.)
afaik, no.
there's rather old nib2objc tool convert nibs objective c code. no storyboard -> swift tool know of.