[TIMOB-15043] iOS7: TabbedBar - Image does not change on click as expected
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-09-05T16:35:55.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | ios7, qe-3.1.3, qe-ks |
Reporter | Anshu Mittal |
Assignee | Vishal Duggal |
Created | 2013-09-05T09:19:17.000+0000 |
Updated | 2017-03-22T18:24:16.000+0000 |
Description
Image does not change on click as expected. This is not regression since the issue occurs on 3.1.2 GA as well.
Steps to reproduce:
1. Go to Kitchensink> Controls> TabbedBar
2. Click on image in the middle of toggle style
Actual:
Image does not change.
Expected:
Image should change.
[~vduggal], thoughts?
Looks like apple deprecated the Ti.UI.iPhone.SystemButtonStyle.BAR (maps to UISegmentedControlStyleBar), the whole of UISegmentedControlStyle is deprecated in iOS 7
Closing ticket as the issue will not fix and with reference to the above comments.