0

I have a segue that is not assigned to any button in the interface builder, but I do call a [performSegue segueWithIdentifier@""] when tapping in dynamic created button.

Is there a way to enable the peek&pop on those dynamic created buttons?

Thank you so much!

Jordi PuigdellĂ­vol
  • 1,710
  • 3
  • 23
  • 31

1 Answers1

1

You need implement methods of UIViewControllerPreviewingDelegate. See details here

Dmitry Arbuzov
  • 315
  • 2
  • 6