如何在选择图像时显示弹出框
Posted
技术标签:
【中文标题】如何在选择图像时显示弹出框【英文标题】:How to show popover on selecting an image 【发布时间】:2011-09-26 10:32:22 【问题描述】:我试图在我的 iPad 中选择图像时显示一个弹出框。那么我该怎么做呢?
【问题讨论】:
试试这个 [code][1] [1]: ***.com/questions/3878332/… 如果我想在 ipad 中显示,我该怎么做呢? 【参考方案1】:在图像和图像大小上放置一个透明按钮,然后使用 UIPopoverController 启动弹出视图...希望这会有所帮助。
【讨论】:
不使用按钮是否有解决方案? UIImage 不是从 UIControl 派生的......所以我认为你无法做到......透明按钮有什么问题...... – presentPopoverFromRect:inView:permittedArrowDirections:animated: 我正在尝试这种方法,但我仍然无法做到?【参考方案2】:- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
UITouch *mousePoint = [touches anyObject];
CGPoint point = [mousePoint locationInView:self.view];
_didClickMark=CGRectContainsPoint(mImageView.frame, point);
if(_didClickMark)
// show popover
这可能会对你有所帮助。
【讨论】:
以上是关于如何在选择图像时显示弹出框的主要内容,如果未能解决你的问题,请参考以下文章
在哪种情况下应该在情节提要中使用 Popover segue?
Web自动化测试10:Selenium下拉选择框弹出框滚动条操作
updatepanel 里面放ASPxGridView,使用RegisterClientScriptBlock方法,弹出框弹不出