I was watching WWDC 2014 video A Look Inside Presentation Controllers
I downloaded the source code (written in Objective-C
) for the session, try to build it and I got this error:
No visible @interface for UIPresentationController declares the selector initWithPresentingViewController:presentedViewController.
Is the method suppose to be in the UIPresentationController
?