Auto-Layout based Linear Layout View for iOS 7+
To run the example project, clone the repo, and run pod install
from the Example directory first.
AutoLinearLayoutView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "AutoLinearLayoutView"
##Why AutoLinearLayoutView
- LinearLayout is the most powerful layout tool in Android. iOS needs a similar one
- UIStackView is only supported by iOS9+
- UIStackView is sucker
##Features
- Totally based on Auto-Layout
- Perfect compatibility with Interface Builder
- Well consideration on Hugging and Compression priority
- Clone the demo to find more
##Screenshots
--- ---QianBin, [email protected]
AutoLinearLayoutView is available under the MIT license. See the LICENSE file for more info.