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.
我刚刚开始发现 Three20,并且想知道将 Three20 与 HTTP 之外的其他协议一起使用的方向。Three20 使用 URL 请求,我想使用不同的协议(自制协议)请求文件(例如 TTImageView 中的照片)。
如果你能告诉我是否有可能在不过多侵入 Three20 的情况下,那就太好了
谢谢!
URL 请求相当牢固地嵌入到库中,并且它们假定通过 HTTP 进行连接(尽管从技术上讲,它不一定是 HTTP)。不过,我不知道实现您自己的协议的简单转折点 - 我会将其标记为重要工作。