Re: UITableView disabled scrolling Cell selection
Re: UITableView disabled scrolling Cell selection
- Subject: Re: UITableView disabled scrolling Cell selection
- From: Luke Hiesterman <email@hidden>
- Date: Mon, 11 Mar 2013 14:59:54 +0000
- Thread-topic: UITableView disabled scrolling Cell selection
If you want the behavior of a series of buttons, I'd have a series of buttons. Table view cells simply don't behave like buttons. If it makes it easier for you, it might make sense to put buttons inside table view cells.
Luke
On Mar 11, 2013, at 4:38 AM, "Ben" <email@hidden> wrote:
> 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
_______________________________________________
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