Facebook iPhone 应用程序使用什么来显示应用程序中的页面?

发布于 2024-11-12 14:43:58 字数 80 浏览 0 评论 0原文

当您点击 Facebook 应用程序上的链接时,它会链接到应用程序内浏览器,可能通过 safari 呈现。我只是想知道如何在我的应用程序中使用它?

When you tap a link on the Facebook app it links to an in app browser, probably rendering via safari. I'm just wondering how do i use this in my app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

谈情不如逗狗 2024-11-19 14:43:58

Facebook for iPhone 应用程序使用名为 third20 的自编写框架。 TTWebController 提供了简化的应用程序浏览器。它是开源的并且非常易于使用。尝试一下吧!

The Facebook for iPhone app uses a self written framework named three20. The TTWebController provides a reduced in app browser. It's open source and pretty easy to use. Just give it a try!

你丑哭了我 2024-11-19 14:43:58

使用 UIWebView -- 文档包含许多示例。

Use a UIWebView -- the documentation contains many examples.

撧情箌佬 2024-11-19 14:43:58

您需要的不仅仅是 UIWebView 吗?这将呈现页面,并允许跟踪页面上的链接。您还可以告诉 UIWebView 后退、前进以及重新加载。您可以使用它自己添加这些功能。

参考: UIWebView类参考

Do you need more than a UIWebView? That will render the page, and allows links on the page to be followed. You can also tell the UIWebView to go back and forward, and reload. You can use that to add those functions yourself.

Ref: UIWebView Class Reference

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文