Skip to content

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.

Notifications You must be signed in to change notification settings

xincc/UIView-AutoFlowLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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].

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published