Git Product home page Git Product logo

Comments (4)

harrieshin avatar harrieshin commented on May 18, 2024 2

Hi @sdyalor . Our team has prioritized supporting iOS 11 and above to take advantage on the latest OS apis and swift compiler. Based on https://developer.apple.com/support/app-store/, most of our iOS customers are iOS 12 and above. Is it possible for you to fork this repo and make the necessary change for your sdk to support iOS 10?

from fluentui-apple.

sdykae avatar sdykae commented on May 18, 2024

Swift 5 compiles for ios 10, duno why you require ios 11 :(

from fluentui-apple.

markavitale avatar markavitale commented on May 18, 2024

Hey @sdyalor , while it's true that iOS 10 is compatible with Swift 5, the limiting factor is more the complexity of supporting all the controls without APIs that are only available in iOS 11. Things like named colors, safe area insets and layout margins, directionalLayoutMargins, maskedCorners on layers, and much more are not available on iOS 10.

Supporting all of the same controls with the same behavior for iOS 10 means determining where we are relying on those APIs and re-implementing the same behavior without the APIs available, which can add complexity and bloat to our implementations and testing matrix for an OS that doesn't see a lot of usage.

If iOS 10 support is fully necessary for your use case, I second @harrieshin 's recommendation of forking and working around/removing the iOS 11 specific APIs.

from fluentui-apple.

harrieshin avatar harrieshin commented on May 18, 2024

no further plan so far. We are going to bump the min version support to iOS 13 so that we can write more swift ui componenets.

from fluentui-apple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.