Last month I mentioned a nice library implementing the UIStackView API in iOS 6+.
Here’s an open source library created to replace AutoLaout that draws inspiration from the new UIStackView API in iOS 9 submitted by Jeff Hurray.
Ass Jeff states in the readme:
I wanted to make a frame based layout library that can easily deal with variable screen sizes and orientation changes, while keeping an simple and expressive syntax.
EZLayout provides many different classes for adjusting alignment, size, special container views featuring custom layouts, and more. EZLayout can adjust to different screen orientations, and includes an extensive example. A quick reference sheet is included for the API.
Here is an image from the readme showing
You can find EZLayout on Github here.
A great alternative to using AutoLayout.
Original article: Open Source iOS Library Providing An AutoLayout Alternative Inspired By UIStackView
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
