Closed hoangwy closed 8 years ago
All that support constraints, so iOS 6 and up?
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+.
Hi, What's iOS supported? Thanks so much!