Friends, I would like to add a subview in UIImagePickerViewController, which allow user to select picture resolution so that i will resize it accordingly. I managed to do this.

Will my application get any problem in getting approved by Apple if we add subview to UIImagePickerController?

Please let me know, Thank you.

link|improve this question

64% accept rate
feedback

1 Answer

up vote 1 down vote accepted

As long as you're using public API (which you seem to do) and you're not in any major violation of the Apple Human Interface Guidelines you're likely fine.

link|improve this answer
Thank you DarkDust. – OneDerr Siva Oct 10 '11 at 9:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.