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.
- Host: GitHub
- URL: https://github.com/alisoftware/ohstackview
- Owner: AliSoftware
- License: other
- Created: 2011-01-16T01:13:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-16T17:33:34.000Z (over 15 years ago)
- Last Synced: 2025-04-11T13:07:36.463Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 346 KB
- Stars: 25
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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