[ALOY-1358] Support Ti.UI.iOS.BlurView in XML
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2016-02-18T16:14:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | alloy 1.7.33, alloy 1.7.34 |
Components | XML |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Fokke Zandbergen |
Created | 2016-02-13T18:56:29.000+0000 |
Updated | 2016-02-25T21:03:12.000+0000 |
Description
With TIMOB-20176 resolved for the 5.4.0 SDK, the Alloy version shipping with CLI 5.4.0 should include support for
Ti.UI.iOS.BlurView
in XML.
The view must be added to an ImageView.
/cc [~hansknoechel]
PR on master: https://github.com/appcelerator/alloy/pull/758 [~fmiao] could you get this merged for the Alloy version to ship with CLI 5.2?
[~hansknoechel] Am I right that the BlurView could be added as child of any (well, most) view? Or is it only ImageView? In that case we might want to validate that.
You can add any view to it. But it does not blur the view added to it but blurs the view it's added to. So every view added to it behaves as a normal view children (unblurred).
That's important info. Could you update the API reference and example to explain/show that? I saw the example formatting was broken btw.
Just fixed the docs and updated the API description. Anyway, we should setup an own PR for the alloy functionality, the 5.2.0 time frame would be awesome.
The PR is already there: https://github.com/appcelerator/alloy/pull/758
TIMOB-20176 is marked 5.4.0, not 5.2.0.
Mmm, you're right :D OK, well then we can do this one for 5.4 as well I guess. Wouldn't hurt to merge it already
PR merged.