0

Ideally, it should look like it does in Messages. Is there an API for this? If not, how would this be done manually?

ahyattdev
  • 529
  • 1
  • 6
  • 18

1 Answers1

1

Just put your UIViewController inside UINavigationController before presenting via peek

NSDmitry
  • 460
  • 5
  • 12
  • This creates a way of displaying what I am looking for. However, it is not the same. It doesn't have that translucency that Apple seems to use with 3D touch UI items and the title isn't as big. – ahyattdev Jan 15 '17 at 19:18
  • Since my question said that these requirements are only the ideal, I will mark your answer as accepted. Thank you. – ahyattdev Jan 15 '17 at 19:23