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.
我对 xcode 完全陌生。我想在详细视图中显示一些文本。单击该链接时,应将其定向到该链接的详细视图本身。我需要为此发出http请求。有人可以指导我完成这个吗?谢谢。
使用内置于 iOS 库中的 NSUrlConnection,另一个是 ASIHTTP 第三方库。谷歌他们两个,看看一些教程。