I would like to know if it’s possible to receive notification about autofocus inside an iPhone application?
I.E, does it exist a way to be notified when autofocus starts, ends, if it has succeed or failed… ?
If so, what is this notification name ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I find the solution for my case to find when autofocus starts / ends. It’s simply dealing with KVO (Key-Value Observing).
In my UIViewController:
Documentation: