Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3288] Coverflow needs another parameter space

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusResolved
ResolutionDuplicate
Resolution Date2014-06-12T05:00:11.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labels3.2.2.GA, coverflowview, ios, space
ReporterJanardhanan
AssigneeRitu Agrawal
Created2014-04-17T06:48:41.000+0000
Updated2016-03-08T07:57:42.000+0000

Description

I need to display large sized images(500+px) on coverflow. When i display those on the coverflow i found that the images partially lay on the another.Suggest an another alternative solution or please add another parameter like space between images in coverflow. Having them could override this issue. EDITED: -------------- I have added the sample code: var win = Titanium.UI.createWindow({ backgroundColor : "#FFFFFF", tabBarHidden : true }); win.addEventListener("close", function(e) { Ti.API.info("Inside the WIN close") alert("Inside the WIN close"); }) var coverflowArray = []; for (var i = 0; i < 5; i++) coverflowArray.push({ width : 500, height : 500, image : "http://s12.postimg.org/8lzz09cu5/1000.jpg" }); var coverFlow = Ti.UI.iOS.createCoverFlowView({ images : coverflowArray }); win.add(coverFlow); win.open();

Attachments

FileDateSize
SCN_coverflow_iPad_SDK3.2.2.png2014-04-17T06:48:42.000+0000914190
SCN-COVERFLOW-500X500.png2014-04-17T06:48:42.000+0000805387

Comments

  1. Ritu Agrawal 2014-04-23

    Please do not create multiple tickets for the same issue. There was really no need to clone TC-4010 to open this ticket.

JSON Source