FluentLayout / Cirrious.FluentLayout

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

What's iOS supported? #34

Closed hoangwy closed 7 years ago

hoangwy commented 7 years ago

Hi, What's iOS supported? Thanks so much!

Cheesebaron commented 7 years ago

All that support constraints, so iOS 6 and up?

gshackles commented 7 years ago

Technically iOS 6 but in some cases it depends which methods you're trying to use. Over time some extensions have made their way into FluentLayout that require newer versions of iOS. One example is LeadingMarginOf which requires iOS 8. At some point we should go through each method and add the proper attributes to specify which versions are supported.

In the meantime, most of the library should work with iOS 6 and 7+, with some exceptions as shown requiring 8+.