do I have to use my own buttons in the title bar?

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

Is the title bar jus an image inside a view when developing in titanium? Or how do you create the title bar in your apps?

— asked 10 months ago by Ryan popa
0 Comments

1 Answer

It depends.

iOs or Android?

iOS windows can have a standard title bar w/ 3 element locations: left button, title, right button. The left and right buttons can be an actual button element, or it can be a view that contains buttons, or graphics.

On android, there is no native titlebar equiv, so you would need to design your own view with buttons on it.

Your Answer

Think you can help? Login to answer this question!