Hi,
I submitted an application to the AppStore and having it back refused because I was accessing to an undocumented part of the API, which is wrong... I don't do that...
So, I'm using the UIImagePicker to take picture with a target in the middle of the screen, I added the view with this method [myPicker.view addSubview:myTargetView];
is it allowed? As xCode display this function, I don't feel that I'm accessing to an undocumented method of the SDK...
I'm getting mad with apple and having the application rejected....
Any idea? how can I draw a target over the camera?
Thank you for help