gpt4 book ai didi

windows - Cocoa 是 Windows 中 Win32 API 或 MFC 的 Mac 等价物吗?

转载 作者:可可西里 更新时间:2023-11-01 13:07:43 25 4
gpt4 key购买 nike

Cocoa 下是否有比 MFC 下的 Win32 API 更底层的 API?如果有,它在 Mac OS X 或 iOS 应用程序开发中是否被广泛使用?

最佳答案

CoreFoundation 是较低级别的 C API:

http://developer.apple.com/corefoundation/

基础类是更高级别的 objective-c 基础类集:

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/ObjC_classic/_index.html

Apple 提供这些类型之间的“免费”桥接:

http://developer.apple.com/library/ios/#documentation/CoreFoundation/Conceptual/CFDesignConcepts/Articles/tollFreeBridgedTypes.html

对于 OSX,AppKit (Cocoa) 是使用基础类的更高级别的 UI 框架:

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/_index.html

对于设备 (iOS),基础类上有 UIKit (Cocoa Touch):

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIKit_Framework/_index.html

所有这些都广泛用于 OSX 和 iOS 开发......

关于windows - Cocoa 是 Windows 中 Win32 API 或 MFC 的 Mac 等价物吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8102329/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com