-2

I am a newbie to Objective C. I want to know

1) Is there best Objective C tutorials for beginners?

and I have to do project that interacts with ASP.Net backend server. So

2) Is there any good tutorials or video lectures for using JSONModel with Objective C?

Help me please.

Thanks in advance.

zavrina
  • 305
  • 3
  • 14

2 Answers2

1

Try AppCoda, or raywenderlich. For more specific to your question, here is a good tutorial: jsonMobil and Objective-c

If you really want to learn and understand Objective c, then you should definitely get the big nerd ranch book. It's really helpful.

After you finish that book, or once you have a base understanding of Objective-c, then have a look at this video: Stanford - ios 7, or for the newer apple language - swift, watch this: stanford - ios 8

These types of questions shouldn't be asked on Stackoverflow. You can try a site like Quora. They probably already have an answer for this.

Community
  • 1
  • 1
Jessica
  • 9,379
  • 14
  • 65
  • 136
0

There are links to three tutorials on the JSONModel repo README here: https://github.com/icanzilb/JSONModel#online-tutorials

The 2 part tutorial on tuts+ is good: http://code.tutsplus.com/tutorials/getting-started-with-jsonmodel--cms-19840

There aren't any JSONModel tutorials on raywenderlich.com

Please note that you need to know about Objective-C to use JSONModel so please first learn Objective-C

Marin Todorov
  • 6,377
  • 9
  • 45
  • 73