An open API service indexing awesome lists of open source software.

https://github.com/alisoftware/ohstackview

This class automatically stack its subviews and relayout them when one of them change its size.
https://github.com/alisoftware/ohstackview

Last synced: 10 months ago
JSON representation

This class automatically stack its subviews and relayout them when one of them change its size.

Awesome Lists containing this project

README

          

This class allows you to stack its subviews, and automatically layout its subviews.
It update the position of every of its subviews automagically as soon as you modify the size of one of its subview.

See the "StackView Example" project for a basic usage example