我在 Titanium Appcelerator 中创建了一个应用程序。该应用程序运行良好,直到 iPhone 5 和 ios 6 出现。问题在于按钮栏中的按钮比它们应该的大。它们与条重叠。
这是一个图像以及按钮的代码。有没有人遇到过这个问题?
http://postimage.org/image/thlu3i8pf/
var statusButton = Titanium.UI.createButtonBar({
labels:['Open', 'Closed'],
backgroundColor:'#336699'
});