AliSoftware / OHStackView

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:Objective-C 59.2%Language:C 40.8%