pjebs / NSLayoutConstraint-CombinedVFL

Category for NSLayoutConstraint allowing one call for both horizantal and vertical Visual Formatting Language

Home Page:http://dannyshmueli.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSLayoutConstraint-CombinedVFL

Category for NSLayoutConstraint allowing one call for both horizantal and vertical Visual Formatting Language

Usage:

[NSLayoutConstraint constraintsWithCombinedVisualFormat:@"H:|[myView]| V:|[myView]|" views:@{@"myView" : someView}]];

Adding project:

  • Add as submodule:
cd your/project/submodules/
git submodule add https://github.com/dannyshmueli/NSLayoutConstraint-CombinedVFL.git
  • Add the .h and .m to your Xcode project

About

Category for NSLayoutConstraint allowing one call for both horizantal and vertical Visual Formatting Language

http://dannyshmueli.com/


Languages

Language:Objective-C 100.0%