简体   繁体   中英

How to change background color of a UIImagePickerController's Table View?

图片

Using the UIImagePickerController to bring up the following window. Am able to change the navigation bar color and their text attributes no problem.

How to change the background of this table view's cells AND the background color of this tableView?

Basically all the area that has been painted red is the area I'm trying to change the color of. Please help. Thank you.

UIImagePickerController is not intended to be modified. It should have the system default style and if you modified that, your app will get rejected.

If you want to customize it, you need to look at some custom image picker, not the one that is provided to you by default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM