Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1358] Support Ti.UI.iOS.BlurView in XML

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusResolved
ResolutionFixed
Resolution Date2016-02-18T16:14:13.000+0000
Affected Version/sn/a
Fix Version/salloy 1.7.33, alloy 1.7.34
ComponentsXML
Labelsn/a
ReporterFokke Zandbergen
AssigneeFokke Zandbergen
Created2016-02-13T18:56:29.000+0000
Updated2016-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.

Comments

  1. Fokke Zandbergen 2016-02-13

    /cc [~hansknoechel]
  2. Fokke Zandbergen 2016-02-13

    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?
  3. Fokke Zandbergen 2016-02-13

    [~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.
  4. Hans Knöchel 2016-02-13

    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).
  5. Fokke Zandbergen 2016-02-13

    That's important info. Could you update the API reference and example to explain/show that? I saw the example formatting was broken btw.
  6. Hans Knöchel 2016-02-13

    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.
  7. Fokke Zandbergen 2016-02-13

    The PR is already there: https://github.com/appcelerator/alloy/pull/758
  8. Feon Sua Xin Miao 2016-02-18

    TIMOB-20176 is marked 5.4.0, not 5.2.0.
  9. Fokke Zandbergen 2016-02-18

    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
  10. Feon Sua Xin Miao 2016-02-18

    PR merged.

JSON Source