[AC-3189] Function to create the "real-time-blur" effect like iOS 7
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-10-08T17:10:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | iOS7 |
Reporter | nicolomonili |
Assignee | Mauro Parra-Miranda |
Created | 2013-10-01T10:10:25.000+0000 |
Updated | 2016-03-08T07:57:35.000+0000 |
Description
I wanted to know if you could get a new feature to allow us to apply the effect "REAL-TIME-BLUR" , for example to a background of a view.
For example :
https://github.com/JagCesar/iOS-blur
https://github.com/alexdrone/ios-realtimeblur
http://www.youtube.com/watch?feature=player_embedded&v=JIdcYbAd-NI
Ben Bahrenburg has created an iOS module to do this effect Check out : https://github.com/benbahrenburg/Ti.BlurView edit: Though I see Ben's version uses a similar method to the YouTube demo you provided, creating a static image and blurring it. Whereas the others are using a clever hack to do it in 'real-time'.
I had already tried that module, but the effect that is created is not exactly like that of iOS 7, also you can not use this form to create a "real time" blur , for example for use in a view that moves
Resolving as duplicate of linked issue.
Functionality present in Ti Mobile 3.1.3
No ... On Sdk 3.1.3 there isn't this functionality