iOS gives no access to these buttons. It looks as though this code just polls the photo library and checks if a new photo was created.
There was a different version going around earlier which checked for touches being disabled, which happens during a screenshot (but this not the only time iOS does this, I know it happens during the standard navigation "push" animation, and wouldn't be surprised if there were quite a few other standard system actions which disable touches)
Comments
iOS gives no access to these buttons. It looks as though this code just polls the photo library and checks if a new photo was created.
There was a different version going around earlier which checked for touches being disabled, which happens during a screenshot (but this not the only time iOS does this, I know it happens during the standard navigation "push" animation, and wouldn't be surprised if there were quite a few other standard system actions which disable touches)