【问题标题】:What are the difference between macOS and iOS?macOS 和 iOS 有什么区别?
【发布时间】:2019-03-18 21:30:02
【问题描述】:

macOS 和 iOS 共享许多相同的框架、低级(内核)代码,并共享一个通用内核和几个核心组件。您可以在以下 Wikipedia 文章中阅读相关内容:

Darwin (operating system)

但是,当涉及到它们的差异时,要找出它变得有点复杂。谁能帮我?

【问题讨论】:

    标签: ios macos operating-system system


    【解决方案1】:

    主要区别在于它们的用户界面和底层框架。

    iOS 从一开始就是为了与触摸交互而构建的,而 macOS 则是为了与光标交互而构建的。因此,iOS 用户界面的主要框架UIKit 在 Mac 上不可用。相反,macOS 使用AppKit 作为用户界面对象。

    Apple 在上一次 WWDC 上宣布,UIKit 将在 2019 年基本上在 macOS 上可用,从而更容易将 iOS 应用程序引入 Mac 平台。

    【讨论】:

      【解决方案2】:
      OS(operating system) Devices owner-company
      Windows computer/laptop Microsoft
      Android mobile Google
      iOS iphone/ipad Apple
      macOS laptop Apple

      【讨论】:

        猜你喜欢
        • 2011-01-21
        • 2021-01-24
        • 2015-04-07
        • 2017-05-02
        • 2018-12-09
        • 1970-01-01
        • 2016-03-14
        • 1970-01-01
        相关资源
        最近更新 更多