开发者

Is it possible to customize UIImagePickerController?

开发者 https://www.devze.com 2022-12-26 15:52 出处:网络
When using UIImagePickerController to browse a folder, I hope to customize UIImagePickerController as below

When using UIImagePickerController to browse a folder, I hope to customize UIImagePickerController as below

in thumbnails mode, place a customized subview (includes a Label and a button) under each thumbnail.

Is it possible?

If not, is there any other third party's free or comercial framework can do this?

开发者_开发技巧

Thanks

interdev


In short, no. The UIImagePickerController is a black box user interface provided by the SDK. It should not be subclassed or modified. Doing so may cause your app to be rejected during review.

You might be able to accomplish this with Three20's TTThumbsViewController which you should be able to modify without risking Apple's wrath.

0

精彩评论

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