I am struggling with PKAddPassesViewController.
If I do not implement the delegate method addPassesViewControllerDidFinish:, its dismissal is animated (looks like a cross-dissolution). However, as soon as I implement the method in my delegate, I cannot get the dispatcher to be fired with any animation. He simply disappears, no matter how I tried to dismiss it from the delegate method: dismissViewControllerAnimated:YES, dismissModalViewControllerAnimated:YES...
Any idea on this?
Thank.
source
share