Hacker News new | ask | show | jobs
by mkchoi212 2299 days ago
This 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.

3 comments

@insomnie Nicely done! Are your hopes to really take this to the next level? It would be awesome to see.

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.

This is absolutely the goal. Not to mention bringing this to other design tools. Sketch, Adobe XD, etc.
Awesome! Excited to see where this goes! Keep up the great work!
It's not. Design tools have had this kind of functionality for UIKit for years. Making views is absolutely not the hard part of mobile development.