[TIMOB-17788] iOS8: KitchenSink control ButtonBar property 'Style' does not work
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2014-10-17T21:18:16.000+0000 |
| Affected Version/s | Release 3.4.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | qe-3.4.0 |
| Reporter | Khushbu Agrawal |
| Assignee | Muhammad Dadu |
| Created | 2014-09-26T11:22:12.000+0000 |
| Updated | 2017-03-24T21:13:11.000+0000 |
Description
Description:
The Style property of ButtonBar control in the KitchenSink doesn't change as per the assigned value.Tested by assigning different constant values like Titanium.UI.iPhone.SystemButtonStyle.BAR,Titanium.UI.iPhone.SystemButtonStyle.BORDERED and Titanium.UI.iPhone.SystemButtonStyle.PLAIN.
Style remains the same for all.
This is not a regression.
It is reproducible with Titanium SDK 3.3.0.GA and Xcode 5.1.1.
STEPS TO REPRODUCE:-
1. Install the KitchenSink on iPhone 6/6+ simulator.
2. Navigate to: Controls => Button Bar
3. Click on image in the middle of Toggle Style
EXPECTED RESULT:
3. Style should be changed
ACTUAL RESULT:
3. Style remains the same.
I tried with the different style values but its not changing for any of them.
The same property applicable to Tabbed bar is also not working in KitchenSink application.
PR: https://github.com/appcelerator/titanium_mobile/pull/6220 ButtonBar property 'Style' has been deprecated since iOS7. Updated documentation and added a developer log to reflect this.
Closing ticket as Won't Fix with reference to previous comments.