ViewStack.vhomogeneous

Get vhomogeneous property.

  1. bool vhomogeneous [@property getter]
    class ViewStack
    @property
    bool
    vhomogeneous
    ()
  2. bool vhomogeneous [@property setter]

Return Value

Type: bool

Whether the stack is vertically homogeneous.

If the stack is vertically homogeneous, it allocates the same height for all children.

If it's FALSE, the stack may change height when a different child becomes visible.