You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice if we could have custom views be auto-registered within a project. For example, if a Views/ folder was added then at compile-time if a MyButton.swift was in there as MyButton view it would register it to be used automatically for LVN.
The text was updated successfully, but these errors were encountered:
We could also add an automatic addon for each app, so you don't have to worry about creating the addon, just tag your Views with the right macros, and any #LiveView in the project would have access to them.
it would be nice if we could have custom views be auto-registered within a project. For example, if a
Views/
folder was added then at compile-time if aMyButton.swift
was in there asMyButton
view it would register it to be used automatically for LVN.The text was updated successfully, but these errors were encountered: