"Right Arrow" iOS toolbar button - how come there is no support for that?

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

I have been googling for hours now and I just can't believe that Titanium fell short AGAIN, on such a stupid simple thing as toolbar buttons... Buttons are the bane of Titanium ever since the beginning of times but c'mon folks, really...

What I'm trying to do is very simple - I have a number of custom toolbars in my app (and the app is iOS only, no Android support at the moment) and I need to have buttons with the "right arrow" on them - you know, the standard iOS button with a pointy tip on the right. Simple, right? Not with Titanium... The only solution I have seen so far is to create custom background images for the buttons - which seems silly stupid given that every button has up to 4 states and I will need tons of images...

Does anyone know any better solution? Maybe I'm missing on something? This is a native iOS button style after all...

2 Answers

The buttons you're talking about do appear only when using tab navigation.

Your Answer

Think you can help? Login to answer this question!