Skip to content

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

Notifications You must be signed in to change notification settings

dannyshmueli/NSLayoutConstraint-CombinedVFL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages