I am trying to place a UIPopoverController in my iPad app next to the highlighted text in my UIWebView.
sort of like this:
http://imageshack.us/photo/my-images/16/infoyle.png/
I think I have to implement the
[QL_Popover presentPopoverFromRect:? inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:NO];
You are right, you do have to implement that.