Interface ASAuthorizationControllerPresentationContextProviding
-
public interface ASAuthorizationControllerPresentationContextProviding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UIWindowpresentationAnchorForAuthorizationController(ASAuthorizationController controller)Return a view anchor that is most appropriate for athorization UI to be presented over.
-
-
-
Method Detail
-
presentationAnchorForAuthorizationController
UIWindow presentationAnchorForAuthorizationController(ASAuthorizationController controller)
Return a view anchor that is most appropriate for athorization UI to be presented over. This view will be used as a hint if a credential provider requires user interaction.
-
-