I am using Custom UITableViewCell to design some controls in grouped tableview.
I dont need scrolling and selecting cells of UITableView. I am able to stop scrolling,but I am unable to stop making cellview unselectable. if i do my cell's userinteractionenabled to false, the controls inside wont work. keeping selectable cell makes this cell look awry if by mistake user selects the cell.
--CH
I dont need scrolling and selecting cells of UITableView. I am able to stop scrolling,but I am unable to stop making cellview unselectable. if i do my cell's userinteractionenabled to false, the controls inside wont work. keeping selectable cell makes this cell look awry if by mistake user selects the cell.
--CH