Skip to content

FibView: subclass with overriden body only #4

Description

@pockerhead
class MyView: FibViewNode {
    
    override var body: FibLayoutElement {
        FibVStack {
            /// some views and layouts
        }
    }
} 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions