I am quite new to iOS. I Just want to know few methods to populate the table view with data from specific URLString.
Here are some link's for you to check out link , link2 and link3. Also simple scenario is that we hit url and get some response from it(json form) then we parse it and store it in NSMutableArray or whatever that suit's up. Then that array we use in cellforrowatindex method like cell.textlabel.text = [array objectatindex:indexpath.row]. This is just a simple overview kinda stuff. Hope useful for you!