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.
我正在开发一个新的应用程序,它将从 twitter 读取数据。我可以成功阅读推文,但如果推文有链接,则应用程序应该读取该链接的内容(该链接上的页面内容)并显示它而不是推文内容(就像 FLIPBOARD APP 中发生的那样)。
是否有任何课程可以自动执行此操作?
没有任何内置功能可以为您自动预览,但是您始终可以在收到推文时扫描链接,然后触发一些异步 NSURLConnections 以获取网站内容,完成后将其添加到推文中。