xcode - If you started iOS programming today, what frameworks would you consider still necessary and useful? -


i've started ios development, coming web developer. couldn't imagine not using tools jquery , modernizor. (i know plenty of other people could, that's them)

xcode seems have undergone major upgrades in past year or so, making lot of libraries less useful.

example: plenty of tutorials recommend using jsonkit, advent nsjsonserialization, jsonkit seems have fallen out of favor. true?

my question is: if start developing server backed ios app today (april 18th, 2013), frameworks/libraries recommend looking simple app spec described below?

let's app:

  • preforms regular rest functions
  • takes json results , plots them on map
  • creates listviews of data

thank

one simple answer: learn how use restkit

it make of work if want build application describe. this tutorial build app restkit.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -