Looking at the headers of the UIPresentationController
, presentationTransitionWillBegin
is available as on iOS 8, so the compiler is confused in your declaration that your override is available from 10, while the method that it overrides is 8.0.
source share