本文介绍了Windows系统上的IOS编程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对学习IOS编程很感兴趣,但目前我无法访问Macintosh系统。只是想知道是否有相当于Windows的IOS SDK?我确实有一个iphone:)

I'm interested in learning IOS programming but at the moment i do not have access to a Macintosh system. Just wondering if there is an equivalent of IOS SDK for Windows? I do have an iphone though :)

推荐答案

你可以看看这是一个跨平台的objective-c API,可以在windows上使用。不完全相同,但你至少可以尝试使用Objective-c和类似可可的物体。

You can check out GNUStep which is a cross-platform objective-c API that you can work with on windows. Not exactly the same, but you can at least get your feet wet in working with objective-c and cocoa-like objects.

这篇关于Windows系统上的IOS编程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-07 07:19