开发者

Is Customizing UIImagePickerController not allowed by Apple?

开发者 https://www.devze.com 2023-04-12 01:54 出处:网络
Friends, I would like to add a subview in UIImagePickerViewController, which allow user to select picture resolution so that i will resize it accordingly.

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 app开发者_C百科roved by Apple if we add subview to UIImagePickerController?

Please let me know, Thank you.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消