0xLet / SwiftUIKit

📱 UIKit code that is fun to write
https://0xlet.github.io/SwiftUIKit/
MIT License
74 stars 6 forks source link

Using @_functionBuilder #89

Closed muizidn closed 4 years ago

muizidn commented 4 years ago

Hi, this is great project. I am interested to see how people implement the open source version of Apple API. A glimpse about your work, I see that it would be great if SwiftUIKit can use @_functionBuilder so the API can be designed to move closer to SwiftUI's one.

And would you like to have a look on my implementation? https://github.com/muizidn/FastUI, I am still working on it. Feel free to make issues 🙂

0xLeif commented 4 years ago

Awesome suggestion! I will focus on implementing @_functionBuilder. I greatly appreciate you making an issue to let me know!

0xLeif commented 4 years ago

Will not be implementing this due to the fact that @_functionBuilder is private and requires Swift 5.1