屏蔽 UIWebView

发布于 2024-11-07 04:06:50 字数 64 浏览 0 评论 0原文

我正在开发一个需要屏蔽 UIWebView 一部分的应用程序。我无法找到解决方案。我们将非常感谢您提供的任何帮助。

I am working on an app that requires masking a portion of UIWebView. I am unable to find a solution for this. Any help provided by you will be greatly appreciated.

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

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

发布评论

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

评论(1

被翻牌 2024-11-14 04:06:50

我会在 UIWebView 上方放置一个用 CGRectZero 初始化的 UIView (maskView)。然后根据您的逻辑,您可以调整 maskView 的大小并将其放置在您需要覆盖 UIWebView 内容的位置。

I would put a UIView (maskView) inited with a CGRectZero just above the UIWebView. Then based on your logic you can resize the maskView and place in the position you need to cover the UIWebView content.

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