3D Touch Peek View Like Apple Music

443 Views Asked by At

I know how to add 3d touch peek and pop to my UITableView by using previewingContext:. How do I add a stationary peek view like Apple's music app? Basically, you 3d touch on the UITableViewCell, and the peek view shows and stays there. Go check it out for yourself on an iPhone, but here is a screenshot.

enter image description here

Basically, I just want to know how they did this. I want my users to be able to interact with this view as well (like pressing buttons and stuff). Any ideas?

0

There are 0 best solutions below