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

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -