Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chhoda

macrumors 6502
Original poster
Oct 25, 2008
285
1
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
 
you could also use:
Code:
cell.selectionStyle=UITableViewCellSelectionStyleNone;
either in cell subclass or when creating cell in cellForRowAtIndexPath...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.