Possible Duplicate:
How can I develop for iPhone using a Windows development machine?
I am using windows 7. Now, I have started to write code of iOS. Is it possible to do it without buying an mac machine? Is there any tool to do that?
Possible Duplicate:
How can I develop for iPhone using a Windows development machine?
I am using windows 7. Now, I have started to write code of iOS. Is it possible to do it without buying an mac machine? Is there any tool to do that?
You can install Mac OS X on Virtual Machine. Even if you buy a copy of Mac OS X it is debatable if it is legal.
Also there could be problems submitting app as Application Loader may fail on virtual machine.
Another option is to use cross platform frameworks for development. In some cases you need mac only for final compilation and upload.
Here are some of such frameworks
Answering your question directly: yes, you can write iOS code in Windows. You can use a simple notepad or Notepad++ or any other text editor.
If you also want to compile your code the answer will be NO. You can not do it.
If you don't want to buy a Mac there are a few ways(please don't forget that they are illegal):
But you may spend more time configuring your hackintosh than actually doing some programming.
Yes you can do iOS programming on windows 7. Please install vmware or virtualbox. And then install mac os on it. through xcode you can code for iPhone on that.