FluentLayout / Cirrious.FluentLayout

FluentLayout for Xamarin.iOS - sample uses MvvmCross
Microsoft Public License
148 stars 54 forks source link

Support for iOS 8 margin NSLayoutAttributes #22

Closed alxbog closed 8 years ago

alxbog commented 8 years ago

iOS 8 adds new NSLayoutAttributes:

Added support for them in FluentLayout.

alxbog commented 8 years ago

Also added ability to convert a single FluentLayout to NSLayoutConstraint. It's needed for example to store NSLayoutConstraint separately to change some of it's attributes (usually a constant) dynamically.

gshackles commented 8 years ago

Thanks! A couple minor things:

gshackles commented 8 years ago

Closing this since the branch/PR has gotten stale and has conflicts, but please do open a new PR if there are still changes you'd like to contribute!