I have an UIPopoverController that has to shows with the arrow direction up, but when I try to show popover in the bottom of view I see this:

[popoverController presentPopoverFromRect:[sender frame] inView:self.view permittedArrowDirections:UIPopoverArrowDirectionUp animated:YES];
