[TIMOB-5230] iOS: NavBar Image is not displayed in iOS 5 devices
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-09-30T13:59:56.000+0000 |
Affected Version/s | Release 1.7.2, Release 1.8.0 |
Fix Version/s | Sprint 2011-39, Release 1.7.3, Release 1.8.0 |
Components | iOS |
Labels | os-ios5 |
Reporter | Vikramjeet Singh |
Assignee | Blain Hamon |
Created | 2011-09-07T17:03:22.000+0000 |
Updated | 2014-06-19T12:46:46.000+0000 |
Description
Steps to Reproduce:
1. Create a Titanium mobile project for iOS
2. Copy the following code in app.js
var windowProperties = {
backgroundColor: '#fff',
barImage: 'KS_nav_ui.png'
};
var tabGroup = Ti.UI.createTabGroup();
var win = Ti.UI.createWindow(windowProperties);
tabGroup.addTab(Ti.UI.createTab({
icon: 'KS_nav_views.png',
window: win
}));
tabGroup.open();
3. Build and launch the application with iOS 5 simulator or iOS 5 device.
Expected Result:
NavBar Image should be displayed as with iOS 4 devices and simulator
Actual Result:
No NavBarImage is displayed
confirmed using b7, ipad2, Sep 30 2011 14:54 r64ba63b7 leaving open until confirmed in master
Closing bug. Verified fix on: OS: Mac OS X Lion Titanium Studio, build: 1.0.7.201112080131 SDK build: 1.8.0.1.v20111209011840 Device: iphone 4S (5.0.1)