Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有兴趣制作一个从文件中读取“文本”并将其打印到标签中的应用程序。
我将从服务器接收数据,标签将打印该文本。
有没有人有基本的网站,我应该看看的文件?
我需要找到一个起点。对任何代码都不感兴趣,因为我这样做是为了学习。你知道一个好的起点吗?
谢谢!
首先看一下NSURLConnection。您可以在此处找到基本大纲(和代码)。如果你用谷歌搜索的话,有很多关于这方面的例子。
NSURLConnection