ios - How to trigger button selection over cell selection in swift -


situation: have set of dlradiobuttons inside custom tableviewcell. table expands when click label(ex. usevisuals or visual schedule) , shows options below. after expand row, buttons should allowed clicked, rather cell clicked , highlighted.

issue: there way prioritize radiobutton selection on cell selection?

i created cells programmatically buttons created in storyboard. causing issue? should implement buttons programmatically well?

screen image below

enter image description here

to stop cell selection

1. code

cell.selectionstyle = uitableviewcellselectionstyle.none 

2. storyboard

select tableview , change property selection below

enter image description here


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -