UITableView disabled scrolling Cell selection
UITableView disabled scrolling Cell selection
- Subject: UITableView disabled scrolling Cell selection
- From: Ben <email@hidden>
- Date: Mon, 11 Mar 2013 11:38:25 +0000
Hi,
I have a UITableView which I have disabled scrolling on.
When a user touches a cell it is selected as required, however when a user touches, drags then releases (on that same cell) no selection of the cell happens.
I understand that in normal use this would be the correct behaviour(as a touches +drag would invoke scrolling), however because I have disabled scrolling this behaviour is not required.
How would I go about selecting a cell after a touches +drag has occurred on the same cell?
The reason I want this behaviour is because, to a user who has unsteady fingers, it seems like the cell 'button' is broke.
Thanks
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden