当我们触摸视图时如何获取弹出窗口

发布于 2024-12-17 02:51:07 字数 106 浏览 4 评论 0原文

我想像 ical 应用程序一样在日历视图上显示弹出窗口。有人可以建议如何做到这一点吗?请给我答案。 在 ical 应用程序中,即弹出窗口或任何触摸事件。 当我们触摸日历视图时,我是否想要获得弹出框?

I whant to display the popover on the calenderview like ical application.can any one suggest that one how to do that?please give me the answer.
In ical app that is popover or any touch events.
Is it possible when we touch on the calender view i whant to get the popover?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一杯敬自由 2024-12-24 02:51:07

查看 http://developer. apple.com/library/ios/#documentation/uikit/reference/UIPopoverController_class/Reference/Reference.html

我假设您使用的是 iPad。此调用不能在 iPhone 设备上使用。

Take a look at http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPopoverController_class/Reference/Reference.html

I asume you are on an iPad. This calss cannot be used on iPhone devices.

不再让梦枯萎 2024-12-24 02:51:07

您可以使用 UITapGestureRecognizer 来识别日历视图上的触摸。

You can use UITapGestureRecognizer to recognize touch on calendar view.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文