Reputation: 1
I have a project where I'd like to grab JSON data from a HTTPS endpoint. I'm not sure if I should use NSURLConnection, NSStream, CFStream or NSJSON with stream. I don't want to poll the connection over and over again. This is for a chat application that connects to a server that provides the chat data via JSON.
I planned on using a UITableViewController and cells to display each message as they came in.
Thank you.
Upvotes: 0
Views: 335
Reputation: 51
don't know much but NSURL and then NSJSON
I can login and then get data. There is a youtube clip that helped me
Upvotes: 1