[TIMOB-4974] iOS: ability to disable the reflection in coverFlowView
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2011-08-18T16:33:21.000+0000 |
| Affected Version/s | Release 1.7.2 |
| Fix Version/s | Sprint 2011-33 |
| Components | iOS |
| Labels | n/a |
| Reporter | Jon Alter |
| Assignee | Reggie Seagraves |
| Created | 2011-08-10T01:02:27.000+0000 |
| Updated | 2017-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();
Closing ticket as it will not fix.