Problem while disabling scrolling of UITableview
Posted
by Sreelal
on Stack Overflow
See other posts from Stack Overflow
or by Sreelal
Published on 2009-10-12T08:42:51Z
Indexed on
2010/04/23
4:23 UTC
Read the original article
Hit count: 248
iphone
Hi, I am facing a problem while disabling the scrolling of table view.When i disabled the scrolling then the cells are not responding to user clicks,even delegates( like - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath) are not firing .Still dont know how to resolve looking for a solution Thanks in advance....
© Stack Overflow or respective owner