Export SwiftUI code from Figma designs
1–10 of 18 posts
Re: Export SwiftUI code from Figma designs
#2Re: Export SwiftUI code from Figma designs
#3Re: Export SwiftUI code from Figma designs
#4What's Figma?
Re: Export SwiftUI code from Figma designs
#5Good luck supporting this code until then!
But really nice. Once SwiftUI starts working properly it's true WYSIWYG in Xcode and exporting it from Figma really could help speeding up the front-end process.
Re: Export SwiftUI code from Figma designs
#6However, these are big IFs. Handling navigation, view hierarchy, and view category identification may be very hard to solve.
Re: Export SwiftUI code from Figma designs
#7This is insane. If the exported code is somewhat read-able, functions correctly, and the library gets updated as SwiftUI evolves, this is a game changer for iOS devs. However, these are big IFs. Handling navigation, view hierarchy, and view category identification may be very hard to solve.
Proper export is definitely hard to solve. It's one thing to export bits of color and positioning. But, really making an export that devs can use, and includes the stuff that mkchoi212 mentions, is a definite challenge.
Re: Export SwiftUI code from Figma designs
#8I don't think SwiftUI will be stable until another two years or so. Swift 1 and 2 were alpha and beta tests, Swift 3 code kind of was the final language where 4 and 5 were cleaning up the API's and syntax and incrementally improving the language. SwiftUI has the same roughness to it and I expect the same kind of breaking changes. Good luck supporting this code until then! But really nice. Once SwiftUI starts working…
Of course, there will be bugs, and behavior will change as the library evolves, but shared library vs language evolution is fundamentally different.
Re: Export SwiftUI code from Figma designs
#9I don't think SwiftUI will be stable until another two years or so. Swift 1 and 2 were alpha and beta tests, Swift 3 code kind of was the final language where 4 and 5 were cleaning up the API's and syntax and incrementally improving the language. SwiftUI has the same roughness to it and I expect the same kind of breaking changes. Good luck supporting this code until then! But really nice. Once SwiftUI starts working…
Re: Export SwiftUI code from Figma designs
#10This is insane. If the exported code is somewhat read-able, functions correctly, and the library gets updated as SwiftUI evolves, this is a game changer for iOS devs. However, these are big IFs. Handling navigation, view hierarchy, and view category identification may be very hard to solve.