[ALOY-1356] Add support for LivePhotoView under Ti.UI.iOS namespace
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-02-18T16:25:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.2.1, alloy 1.7.34 |
Components | XML |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Eric Wieber |
Created | 2016-02-13T16:39:34.000+0000 |
Updated | 2016-03-16T21:51:58.000+0000 |
Description
With TIMOB-19666 resolved for 5.2, the Alloy version shipping with the 5.2 CLI should support defining the
Ti.UI.iOS.LivePhotoView
in XML.
PR: https://github.com/appcelerator/alloy/pull/757
/CC [~hansknoechel]
[~fmiao], can you get this in the Alloy version shipping with the 5.2.0 CLI?
PR merged.
[~fmiao] the fix version for this ticket is 1.7.33 but 1.7.33 on Alloy is from Jan 15 (month before this ticket) and does not include it.
Verified implemented using: MacOS 10.11.3 (15D21) Studio 4.5.0.201602170821 Ti SDK 5.2.1.v20160316113102 Appc NPM 4.2.4-2 Appc CLI 5.2.1-12 Alloy 1.7.35 Xcode 7.2.1 (7C1002) Can successfully use
<LivePhotoView>
in Alloy xml to create and use a LivePhotoView. Tested using an app with a LivePhotoView created in the xml and has the livePhoto property set in the controller via a button push. Photo displays and plays as expected.