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.
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?