I want call “AutoFill Password” dialog like click password button in iOS system keyboard. Is Any iOS API can do that?
I’ve try using ASAuthorizationPasswordRequest
and ASAuthorizationController
. It required password be saved in advance, and can not select other passwords with different associated-domain.