Skip to content

handy categories for generate NSLayoutConstraint programatically.

Notifications You must be signed in to change notification settings

lujianwenance/HandyAutoLayout

 
 

Repository files navigation

HandyAutoLayout

handy categories for generate NSLayoutConstraint programatically.

Usage

[self.view addConstraint:[self.tableView constraintCenterXEqualToView:self.view]];
[self.view addConstraint:[self.tableView constraintWidthEqualToView:self.view]];

[self.view addConstraints:[self.nextStepButton constraintsSize:CGSizeMake(300.0f, 40.0f)]];
[self.view addConstraint:[self.nextStepButton constraintCenterXEqualToView:self.view]];

About

handy categories for generate NSLayoutConstraint programatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 97.6%
  • Ruby 2.4%