I am interested in making an app that reads “text” from a file and prints it into a label.
I would receive the data from a server and the label will print that text.
Does anyone have basic websites, documents I should take a look at?
I need to get a starting point. NOT interested in any code for I am doing this as a learning experience. Do you know of a good place to start?
Thanks!
Start by taking a look at
NSURLConnection. You can find a basic outline (and code) here. There are lots of examples around this if you Google it.