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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -