使用 UIWebView 视图中的标签

发布于 2024-11-05 16:25:03 字数 101 浏览 0 评论 0原文

我有一个视图,我想在单击它时放置一个测试(UILabel)女巫,它会打开一个带有 URL 的 Web 视图(WWW.mySite.com)。 请问我该怎么做?

谢谢你的回答

I have a View, i would like to put a test ( a UILabel) witch when clicking it, it open me a web View with an URL ( WWW.mySite.com).
How i can do this please ?

thanks for your answers

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

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

发布评论

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

评论(2

海的爱人是光 2024-11-12 16:25:03

使用按钮,将文本放入按钮,将按钮 PressUpInside 的操作连接到一个函数,该函数将使用您的 URL 调用 UIWebView 的 - (void)loadRequest:(NSURLRequest *) 请求。

Use a button, put the text into the button, hook up the actions from the button pressedUpInside to a function which will call the UIWebView's - (void)loadRequest:(NSURLRequest *)request with your URL.

ぇ气 2024-11-12 16:25:03

查找有关 UIWebView 的 Apple 文档并使用连接到 IBAction 的 UIButton。当出现此类问题时,请务必查阅文档。它确实已经完成并且通常做得很好。

Look up Apple documentation on UIWebView and use a UIButton connected to an IBAction. Always turn to the documentation when these kinds of questions come up. It is really through and usually pretty well done.

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