开发者

UIPopoverViewController over selected text (see attached pic)

开发者 https://www.devze.com 2023-03-14 05:06 出处:网络
I am trying开发者_JAVA技巧 to place a UIPopoverController in my iPad app next to the highlighted text in my UIWebView.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消