/UIView-AutoFlowLayout

This is a small tool to add subview(s) using AutoLayout. This tool is good at building a UI Frame and carve up subviews to Modules.

Primary LanguageObjective-C

UIView-AutoFlowLayout

This is a small tool to add subview(s) using AutoLayout. This tool is good at building a UI Frame and carve up subviews to Modules.

![AutoFlowLayout][github]

Overview

Features

  • It's Convenience to fit All Screen for Apple Device include iPhone4,5,6,6p,iPadX and so on.

  • Working without Frame

  • You can easily Layout Nib views

  • Make you layout code more clear

  • Dendriform logic for subviews

Installation

  • link [UIView+AutoLayout.h]&[UIView+AutoLayout.m] to your project.

USE

  • Please look up [UIView+AutoLayout.h]

Tips

  • You had best use this small tool to build you UI frame.If you want to add Constraint related same level view, you can use Masory or other project avoid layout too many view on UIWindow.

Known Bugs

  • Don't suport UIScrollView yet.

License

  • AutoFlowLayout is released under the [MIT License][opensource].