Porting a Cocoa Touch App

Porting a Cocoa Touch App,第1张

概述When Porting a Cocoa Touch App, Be Aware of API Similarities and Differences The technology stacks on which Cocoa and Cocoa Touch apps are based have many similarities. Some system frameworks are iden When Porting a Cocoa touch App,Be Aware of API SimilaritIEs and Differences

The technology stacks on which Cocoa and Cocoa touch apps are based have many similaritIEs. Some system frameworks are IDentical (or nearly IDentical) in each platform,including Foundation,Core Data,and AV Foundation. This commonality of API makes some migration tasks—for example,porting the data model of your Cocoa touch app—easy.

Other migration tasks are more challenging because they depend on frameworks that reflect the differences between the platforms. For example,porting controller objects and revising the user interface are more demanding tasks because they depend on AppKit and UIKit,which are the primary app frameworks in the Cocoa and Cocoatouch layers,respectively.

总结

以上是内存溢出为你收集整理的Porting a Cocoa Touch App全部内容,希望文章能够帮你解决Porting a Cocoa Touch App所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1055828.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-25
下一篇2022-05-25

发表评论

登录后才能评论

评论列表(0条)

    保存