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
to stop cell selection
1. code
cell.selectionstyle = uitableviewcellselectionstyle.none 2. storyboard
select tableview , change property selection below


Comments
Post a Comment