问题标签 [uievent]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 未调用按钮按下事件
我在主视图的子视图上添加了一个按钮,当我按下该按钮时......我可以看到它被按下但它的选择器没有被调用。当我长时间按住按钮时,它的选择器方法被调用。如果我不在主视图的子视图上添加该按钮,那么一切正常。谁能告诉我在哪里和我错过了什么?
iphone - 在 plist iPhone 中保存事件及其发生的时间
我有一个 UIViewcontroller,里面有不同的 UI 元素。我想找到一种方法来跟踪该视图上发生的事件、它的发生点以及事件发生的时间,而无需进行任何硬编码以将其保存在相应的操作中。此外,该过程不应中断正在发生的事件。我想将这些细节保存到一个 plist 中。有人可以告诉我如何实现这个吗?任何建设性的建议表示赞赏。
ios - Send automated touch event coordinates to a UIView
Is there a way to fake touch events by faking a tap on the screen at a certain coordinate? The problem im trying to solve is rendering a webpage to a opengl texture on a quad. Touches inside the quad need to be mapped to the view the webpage is rendered on. So if I could give the view the webpage a coordinate that the user touched, and the view can react to that touch as if it was a normal touch, that would be great.
so far ive found this, but the author claims your app will get rejected for using the undisclosed api calls http://www.cocoawithlove.com/2008/10/synthesizing-touch-event-on-iphone.html
ios - 如何让我的屏幕仅在我的 iOS 应用程序中提示用户消息后才响应 UITouch?
我需要使我的屏幕能够响应用户的触摸,但只有在通过 MBProgressHUD 显示的消息提示他们之后。我意识到我需要实施
方法,但正如我所说,我只需要在用户收到消息提示时才需要这样做,而不是之前。可以做到这一点,如果可以,怎么做?
ios - UIEventSubtype 缺少元素
枚举 UIEventSubtype(iOS UIKit 框架)包含诸如播放、暂停、下一步、查找等事件。然而,iPod Access 协议包含许多其他事件,例如选择、向上、向下和返回(想想带有点击轮的 iPod)。iOS 上的 iPod 应用程序可以接收这些其他事件并做出相应的响应(在播放列表中向上/向下/向后移动选择),但开发人员应用程序似乎无法访问这些控件。
/dev/tty.iap
除了自己打开端口(或向 Apple 提交错误报告并等待)之外,有谁知道在 iOS 应用程序(用于越狱)中接收这些额外事件的方法?也许有一个私有框架有我正在寻找的东西?我查看了 IAP 框架,但没有看到任何有趣的东西。
touch - TouchDragEnter 进入 UIButton
是否可以在 uibutton 外部 TouchDown,然后使用 UIEventTouchDragEnter 或类似的东西在另一个 UIButton 中拖动?
我需要代码方面的帮助。我用 imageView 试过,但我会很感激有按钮的解决方案!
谢谢!
法兰胡
iphone - Link two events to the same UIButton
I have created a UIButton programmatically in my iphone application using this code :
Now what I want to do is: when I touch down this button (first action) to show a hidden label and when I release it, it takes me to another view (second action). Does any one can help me to approach that. Thanks.
iphone - 从 UIEvent 对象识别触摸手势的类型
有没有办法获得触发 UIEvent 的触摸手势类型?所以,假设我用 hitTest:withEvent: 拦截了一个手势。如何识别触发此方法的触摸(捏合、点击、滑动等)?
我可以从 UIEvent 子类型中获取远程事件的类型,即使设备被晃动,但没有触摸事件的参数......
你如何识别那些?
iphone - 如何以编程方式控制 iphone 电源按钮?
我想以编程方式控制 iphone 设备。
我的意思是,当用户想要关闭手机时,会出现一条警报消息。它会询问密码,然后只有操作才会起作用。
当用户从他/她的设备中删除应用程序时,
出于安全原因,会出现一个警报并询问密码。处理电源按钮以及设备上的应用程序控制所需的框架类型。
objective-c - 我们如何在ios的前台处理耳机播放/暂停按钮事件
我需要在前台处理耳机播放/暂停按钮事件。我如何能够使用下面的代码在后台处理相同的场景
如果可能,请提供解释或示例代码。我做了很多研究,但没有任何帮助。