Hey,
I have a cell from type
SCPropertyTypeSelection. This displays a detail view controller with a selection list. (It's an alarm app and you can choose on which weekdays you want to be woken.) It says "On Thursday" and so on there.
The user can select multiple values there. (screen 2)
When the user gets back to the table view where he has been before (screen 1), the cell should not display "On Thursday", but "Thu". If nothing is selected, it should state "Never". If only Saturday and Sunday are selected, it should say "On Weekend". I need to customize that.
Any idea how to achieve that?
Thanks,
Patrick
screen 1:
screen 2: