5

I implemented a PSRadioGroupSpecifier like so: [settings bundle excerpt]1. Regardless of which value a user selects inside the radio button group, next time the settings are opened the default value is marked as selected. Imho this is a bug in iOS, as i figured out that the value of the settings property is correctly set and could be retrieved.

Question: How to come around the false display in settings app WITHOUT using PSMultiValueSpecifier?

Cong Tran
  • 1,448
  • 14
  • 30
iDoc
  • 452
  • 3
  • 8
  • Agreed this seems like a bug in the settings app, where it will always revert to the default value for radio groups. Having the same problem. Will let you know if I find anything. – Cogwheel Feb 04 '16 at 23:43
  • Possible duplicate of [ios 8.2 and above settings bundle is not showing selected item but Default](http://stackoverflow.com/questions/30324452/ios-8-2-and-above-settings-bundle-is-not-showing-selected-item-but-default) – Cogwheel Feb 04 '16 at 23:48
  • 1
    `PSMultiValueSpecifier` seems the way to go here. It renders differently, but it's not broken. Thanks for sharing this. `PSRadioGroupSpecifier` is broken in 8.2+ – GabLeRoux Sep 30 '16 at 18:57

0 Answers0