Titanium Appcelerator でアプリを作成しました。このアプリは、iPhone 5 と ios 6 が登場するまで問題なく動作していました。問題は、ボタン バーにあるボタンが本来よりも大きいことです。それらはバーに重なっています。
ボタンの画像とコードを次に示します。以前にこの問題に遭遇した人はいますか?
http://postimage.org/image/thlu3i8pf/
var statusButton = Titanium.UI.createButtonBar({
labels:['Open', 'Closed'],
backgroundColor:'#336699'
});