如何找到 Cocoa/Carbon API 的工作示例?
我发现很难找到 Cocoa/Carbon 框架函数的一些工作示例,而 Apple 有详细记录的函数原型。
例如,LSOpenItemsWithRole函数已明确定义prototype,但我想一些例子对于像我这样的 mac 编程初学者来说会有很大的帮助。
如何找到 Cocoa/Carbon API 的一些工作示例?苹果不提供这个吗? MSDN 有很好的工作示例,我希望 Apple 也能提供类似的东西。
I find it hard to find some working examples of Cocoa/Carbon framework functions, whereas there are well documented function prototypes from Apple.
For example, LSOpenItemsWithRole function has well defined prototype, but I guess some examples would be a great help for a mac programming beginners like me.
How can I find some working examples for Cocoa/Carbon API? Doesn't Apple provide that? MSDN has good working examples, I expect similar thing from Apple.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Apple 的开发人员网站上找到一些示例代码,其中一些代码也可以在 Xcode 文档查看器中找到。事实上,在某些情况下,您会在 API 文档的底部看到示例代码的链接,但这可能还不够。
You can find some sample code on Apple's developer site, and some of it can also be found within the Xcode documentation viewer. In fact in some cases, but probably not enough, you'll see links to sample code right at the bottom of the API documentation.