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?
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!