[TIMOB-5171] Move Ti.UI.TabbedBar into Ti.UI.iOS namespace
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-09T13:52:16.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | Sprint 2011-41, Release 1.8.0 |
Components | iOS |
Labels | deprecated-1.8.0, module_tabbedbar, parity, qe-testadded, stage, tabbar |
Reporter | Opie Cyrus |
Assignee | Sabil Rahim |
Created | 2011-08-29T21:28:03.000+0000 |
Updated | 2018-04-10T18:26:07.000+0000 |
Description
Android does not support Ti.UI.TabbedBar like iOS does and thus applications that rely on this across both iOS and Android encounter problems. Move to the iOS namespace, remembering to DEPRECATE the availability on Ti.UI.
Pull pending #559
Tested with Ti Studio 1.0.7.201111182325 on OSX Lion Ti Mob SDK 1.8.0.1.v20111121090256 iPhone 4S OS 5.0, iPad 2 OS 4.3.5 console shows Titanium.UI.createTabbedBar() DEPRECATED in 1.8.0, in favor of Ti.UI.iOS.createTabbedBar(): REMOVED in 1.9.0
Reopening to mark for deprecation.
Anvil test case PR https://github.com/appcelerator/titanium_mobile/pull/4754