0

我有一个UITableView作为表单,它UITextViewUITableViewCell. 我希望UIPopoverView在文本视图的位置选择文本视图时出现。当UIPopoverView我单击文本视图时,它出现在不同的位置。如果可以的话,请帮助我。我很长一段时间都被困在这部分代码中。

提前致谢。

4

1 回答 1

0
[yourPopoverView presentPopoverFromRect:CGRectMake(yourTextView.frame.origin.x.0,yourTextView.frame.origin.x, 400.0, 400.0) 
                             inView:self.view
           permittedArrowDirections:UIPopoverArrowDirectionAny 
                           animated:YES];

在上面给出你的要求的框架,比如 yourTaxtView.Frame

于 2012-10-19T07:13:46.800 回答