Drag UITableView up/down
Drag UITableView up/down
- Subject: Drag UITableView up/down
- From: "Eric E. Dolecki" <email@hidden>
- Date: Tue, 06 Dec 2016 19:38:04 +0000
I'm looking for a chunk of view controller code that allows for:
A UITableView. You can drag the whole table up (not the cells) to a limit
from the top of the VC, say like 100px. When you've reached that, the table
will scroll up normally.
When you scroll the table down (cells) and reach item 0, and continue to
swipe down, the table will slide down with the gesture until a position
from the bottom.
Seems like this is a current trend in some applications. I have a lot of it
in place, but the scrolling down until 1st row, then move table is elusive
at the moment.
A super-simple project or something to get me going would be appreciated.
Thanks for your time & attention,
Eric
_______________________________________________
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