[TIMOB-2929] iOS: TabbedBar ignores 'enabled'/'disabled'
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T22:45:55.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Ian Hawes |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:33:11.000+0000 |
Updated | 2017-06-07T22:45:55.000+0000 |
Description
Use case:
var tbarButtons = [
{title:'Lunch',width:'auto',enabled:true},
{title:'Dinner',width:'auto',enabled:false}
];
var tbarHeader = Ti.UI.createTabbedBar({
labels: tbarButtons,
style:Ti.UI.iPhone.SystemButtonStyle.BAR,
width:"100%"
});
Confirmed SDK 2.2.0.014b86f
Closing ticket due to the time passed and lack of progress.