I would like to be able to detect when the user is currently using autofill feature (iOS 11), and then adapt some behavior in my UI. I didn't find any way to do that.
I tried the Notification.Name.UIApplicationWillResignActive
way to detect that TouchID or FaceID is on going, but without success, the notification is sent too late to my view controller.
Any other ideas ?