屏蔽 UIWebView
我正在开发一个需要屏蔽 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会在 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.