0

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?

Jacob Cavin
  • 2,169
  • 3
  • 19
  • 47
  • well... they probably started the morning with a coffee then there might have been a meeting and finally they just made the implementation. – holex Feb 27 '18 at 14:20
  • @holex Haha! That was good. – Jacob Cavin Feb 27 '18 at 14:22
  • Possible duplicate of [How do I replicate iOS 10's Apple Music "Peek and pop action menu"](https://stackoverflow.com/questions/38416862/how-do-i-replicate-ios-10s-apple-music-peek-and-pop-action-menu) – Varun Feb 27 '18 at 18:14
  • @JacobCavin Hello! Did you figure out how to do this by any chance?? – Mike JS Choi Apr 02 '19 at 22:11
  • @MikeJSChoi No I did not. I moved on to something else but may come back to this soon. I would recommend checking out Apple’s documentation – Jacob Cavin Apr 02 '19 at 22:13

0 Answers0