我有UITableView
作为UITextView
上UITableViewCell
的表单。
我希望在文本视图的位置选择文本视图时显示UIPopoverView
。
当我点击文本视图时,UIPopoverView
出现在不同的位置。
如果可以,请帮助我。
很长一段时间我都陷入了代码的这一部分。
先谢谢。
答案 0 :(得分: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