uitableview - iPhone TableView alternative options for Check Mark Accessory -


I am looking for the best approach to this problem

In my tableview I have one of the options The list is from which you can choose one and only one. The problem is that the selection to choose is not clear without displaying more details on the selection.

If I use the disclosure pointer or button for more details, then I lose the checkmark functionality.

In search around, I see that some have used the image of the cell as a work around it. I've made other people see instead of using standard disclosure buttons, creating a custom disclosure button like a checkmark.

My idea was to use a disclosure indicator and this is not the same, but it is viable to add a button to the cell ('more info'). The second view in the navigation bar (where there is usually an edit button) adds a 'Choose Me' button.

I think that I probably handle the above code, asking for information only is the best (HIV) method.

Example

Option 1 Option - Option 2 Option3 (X) Option 4

Where X is from

Option 3 ( Header)

Option 3-One option 3-B option 3-C> option 3-D

While this level option also has additional information in 3-C.

The guidance you can provide is to be appreciated.

Use a switch? All can be switched off by default, and the user can still switch to one that he liked. Look in detail to see more and come back and switch option will be saved.


Comments