Coverflow View as Menu

You must Login before you can answer or comment on any questions.

I am trying to make the Coverflow View into a menu. It is not showing up when I add this code:

var topMenu = Ti.UI.createView({
    url:'topnavbar.js',
    width:268,
    height:45
});
Maybe it's because I'm trying to add another view and don't know the correct procedure?

I can also post the code for "topnavbar.js" if I need to. Thank you!!

Your Answer

Think you can help? Login to answer this question!