I have a people picker inside a UIPopoverController, since it has a search field that calls up the keyboard when pressed, then I got this ugly result:

the popover UP arrow that looks best in my application, I also tried using UP | DOWN, but it does not work (still always UP), I know that instead I can only use the DOWN arrow, but this should be the last solution. I wonder if there is any way to handle this?
Thanks!
update: I thought I could use the BBC arrow first, and then when the search box answers first (not sure how to find this), I change it to the DOWN arrow (also not sure how to do this)?
update 2: also the view is not a table or something that can be scrolled, so I cannot scroll the view to make the popover look good.
source share