When a tabbed app has more tabs than can be held on the screen, the iPhone will automatically create a "More" option, which when selected, shows the remaining tab options. I'm wondering how I can set the color of the "More" bar.
Thanks!
Application type: mobile. Titanium SDK: 2.0.1. Platform & version: iOS 5.x. Device: iOS simulator. Host Operating System: OSX 10.7.3. Titanium Studio: 2.0.1
1 Answer
never mind. got it. Just had to google the right thing.
Ti.UI.createTabGroup({ barColor: 'orange' });
Your Answer
Think you can help? Login to answer this question!