Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4974] iOS: ability to disable the reflection in coverFlowView

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2011-08-18T16:33:21.000+0000
Affected Version/sRelease 1.7.2
Fix Version/sSprint 2011-33
ComponentsiOS
Labelsn/a
ReporterJon Alter
AssigneeReggie Seagraves
Created2011-08-10T01:02:27.000+0000
Updated2017-03-07T19:54:22.000+0000

Description

Would like the ability to disable the reflection in a coverFlowView.
var window = Ti.UI.createWindow();

var view = Titanium.UI.createCoverFlowView({
    images:['a.png','b.png','c.png'],
    backgroundColor:'#000',
    reflectionEnabled: false
});
window.add(view);

window.open();

Associated Helpdesk Ticket

http://appc.me/c/APP-381141

Comments

  1. Lee Morris 2017-03-07

    Closing ticket as it will not fix.

JSON Source