-3

I would like to start developing an application for Ipad (a simple one).

My doubt is that i heard that is only possible if you have a Mac, and isnt with a PC. Is it true?

Normally i use to develop applications using .Net and Visual Studio, how is the learning curve taking in count this fact?

Do you have any good web reference or tutorials about objective C?

derekerdmann
  • 17,696
  • 11
  • 76
  • 110
Jose3d
  • 9,149
  • 6
  • 33
  • 54

2 Answers2

2

It's true that you need a Mac. Objective-C isn't a very complicated language, so factor in maybe a day or two for getting used to Xcode and learning the language. Then it has so far taken me about ten years to get an incomplete understanding of the APIs...but only because there are things I didn't need to use yet :-).

Apple has very good documentation of Objective-C at its website, developer.apple.com.

2

Yes,native Ipad development using XCode requires a Mac.. there is just no getting around that.

Objective C 's syntax is a little weirder than what you will be used to... lots of [] instead of .

but the concepts are going to be pretty much the same. If you have an Ipad, there are lots of free apple docs in the ibook store that you can go though. or if you have joined the developer program, then developer.apple.com has some amazing stuff with downloadable examples.

All the best