8000 GitHub - lugede/HandyAutoLayout: handy categories for generate NSLayoutConstraint programatically.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lugede/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 9 2CF2 7.6%
  • Ruby 2.4%
0