objective c - UIImagePickerController Status / Navigationbar iOS 7 -


i've run iceberg ios 7. i'm trying present uiimagepickercontroller , have work status. unfortunately, picker not want play ball. when presented in popover, picker looks this:

enter image description here

our app uses textured navigation bar applied using [uinavigationbar apearance] not being applied in case. when picker presented on iphone, result:

enter image description here

the navigation bar textured desired doesn't correctly merge status bar. seemed easy problem fix. subclassed uiimagepickercontroller , set bar position top attached , textured navigation bar.

this solved problems, caused picker no longer function. according docs, class not meant subclassed.

so i'm started.

so question ... how texture navigation bar in picker when presented in popover , how set barposition navigation controller in picker itself?

any or guidance appreciated.

thanks!

on iphone device:

if use custom image navigation bar, size include height of status bar, else it'll fill in what's missing black background think.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -