I am trying to achieve whatsapp
style drag tableview
to show custom view
, here is the screenshot
but I am clueless how to show custom UIView
on top of UITableView
when UITableView
is dragged down
I am trying to achieve whatsapp
style drag tableview
to show custom view
, here is the screenshot
but I am clueless how to show custom UIView
on top of UITableView
when UITableView
is dragged down
You can place your UIView behind the table view, and have its height grow as you drag down. Where you read the scroll offset for your table views scroll delegate.