-
Notifications
You must be signed in to change notification settings - Fork 4
Codable Layout Attributes #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Oh wow, that's really interesting, need to take a deep look. I am really impressed how much effort you put into my lib |
I see you added new demo app. But I haven't found an example of usage new APIs inside of demo app? Is something supposed to be there? |
I can imagine adding serialization to nodes concept. So we can load ui descriptions from web or from local files |
Ah just coming back to this now @psharanda I'm utilizing LayoutOps to serialize layout info as a means of rendering view components using simple value types across different platforms. Will write a more thorough response and implementation details shortly! By the way love the work you've put into this framework 👍 |
Added Codable
LayoutAttribute
enum value types.You can now encode / decode these attributes. Also added auxiliary to use these value types as well: