I am trying开发者_JAVA技巧 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.
Do you really need a pop over? Maybe you can use a tooltip like this http://flowplayer.org/tools/demos/tooltip/index.html
精彩评论