Skip to content

nil inside configureDefaultState method #1

@yurevich1

Description

@yurevich1

To prevent 'fatalError' , add
self.foregroundViewTop = top
after

// add identifier
        let top = (foregroundView <- [Top(8)]).first
        top?.identifier = "ForegroundViewTop"

and
self.containerViewTop = top
after

// add identifier
        let top = (containerView <- [Top(8)]).first
        top?.identifier = "ContainerViewTop"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions