iOS:UIView 模糊其后面移动的物体

发布于 2024-10-21 04:27:05 字数 346 浏览 2 评论 0原文

我想知道是否有可能模糊视图后面的所有内容......这些东西预计会移动。

示例:我有一个包含 UITableView 的 UIViewcontroller 和一个可以通过触摸移动的小 UIView。我希望这个视图是透明的,但模糊其后面的任何内容,以达到与此类似的效果: http://www.codeproject.com/KB/dialog/rtaGlassEffectLib/rtaGlassEffect.png

那么...可能吗?

I'm wondering if it's possible to blur everything behind a view... Those things are expected to move.

Example: I have an UIViewcontroller containing an UITableView, and a small UIView over it, wich can be moved with touch. I want this view to be transparent but blurring anything behind it, to achieve an effect similar to this one :
http://www.codeproject.com/KB/dialog/rtaGlassEffectLib/rtaGlassEffect.png

So... possible or not ?

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

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

发布评论

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

评论(2

夏雨凉 2024-10-28 04:27:05

如果视图后面的情况没有变化,您可以截取屏幕截图(请参阅此问题:如何捕获当前视图屏幕截图并在代码中重用?(iPhone SDK))然后使用此库中的高斯模糊例程:http://code.google.com/p/simple-iphone-image-processing/

所以,是的这是可能的,但并不容易。您可以在这里找到可能有帮助的类似问题:stackoverflow.com/search?q=[iphone]+blur< /a>

If things are not changing behind the view you can take a screenshot (See this question: How to capture current view screenshot and reuse in code? (iPhone SDK)) then use the Gaussian blur routines from this library: http://code.google.com/p/simple-iphone-image-processing/

So, yes it's possible, but not super easy. You can find similar questions here that will probably help: stackoverflow.com/search?q=[iphone]+blur

揽清风入怀 2024-10-28 04:27:05

我认为你可以使用这个库:

https://github.com/alexdrone/ios-realtimeblur

I think you can use this library:

https://github.com/alexdrone/ios-realtimeblur

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