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.
现在我想在 iphone 上获取一些网络流量信息,比如每秒的实时字节数等等,有没有任何 api 可以做这样的事情,任何建议都值得赞赏。
我也在探索这个领域。似乎可以(至少)利用 NSURLConnectionDelegate 机制来推断应用程序感知的吞吐量随着时间的推移。如果有更干净的东西就好了...