ios - Specifying z-order (sendSubviewToBack, etc.) on UIStackView -
according apple docs:
the order of subviews array defines z-order of subviews. if views overlap, subviews lower index appear behind subviews higher index.
i can see case, trying have arrangedsubviews manually reordered using sendsubviewtoback
, having no effect. how can adjust z-order of arrangedsubviews in uistackview?
Comments
Post a Comment