FluentLayout / Cirrious.FluentLayout

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

Using priority when creating NSLayoutConstraint #8

Closed alxbog closed 9 years ago

alxbog commented 9 years ago

There was a bug: priority was not used when initialising NSLayoutConstraint. It's also important to set default priority to UILayoutPriority.Required.

slodge commented 9 years ago

Thanks :)

(And sorry for the bug!)