Search code examples
titaniumjavascript-frameworkappcelerator-mobile

Change Text "Titanium.UI.iPhone.SystemIcon.BOOKMARKS"


Is there a way to change the title of the tab I have a title of 'Library' set but I still see bookmarks as the title can someone explain why this doesn't work or better yet how to fix it.


Solution

  • try tab.setTitle('Library');

    demo here