ViewStack.hhomogeneous

Get hhomogeneous property.

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

Return Value

Type: bool

Whether the stack is horizontally homogeneous.

If the stack is horizontally homogeneous, it allocates the same width for all children.

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