Hello!
I'm trying to detect when the Live Text camera "keyboard" is being shown, but didn't find anything in the documentation.
I've tried to use UIResponder.keyboardWillShowNotification
but without success.
Thank you!
Hello!
I'm trying to detect when the Live Text camera "keyboard" is being shown, but didn't find anything in the documentation.
I've tried to use UIResponder.keyboardWillShowNotification
but without success.
Thank you!
Oh, also how to detect when camera dismisses, it seems there is no delegate or notification for it.