VoidViewFactory

public struct VoidViewFactory : StaticViewFactory

Use this factory to specify that this view should not be build and should be equal to nil within the container.

  • Nil view placeholder type.

    Declaration

    Swift

    public final class VoidView : UIView
  • Declaration

    Swift

    public static func buildView(within bounds: CGRect) -> VoidView?