gpt4 book ai didi

iphone - iPad 模拟器不接收 iPhone 的 320x480 帧之外的触摸事件

转载 作者:搜寻专家 更新时间:2023-10-30 19:45:17 25 4
gpt4 key购买 nike

-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{

UITouch *touch = [touches anyObject];
gestureStartPoint = [touch locationInView:self.view];
NSLog(@"test x:%f",gestureStartPoint.x);
NSLog(@"test y:%f",gestureStartPoint.y);
etc..

奇怪的是,如果我在 320x480 框架外(从左上角开始)单击,我不会收到任何日志语句。在 touchesBegan 的其他地方,我调用了传递触摸的其他方法,但这些方法没有响应,因此将这些 NSLog 放入。

我需要做什么才能从完整的 1024x768 View 接收触摸事件?

最佳答案

您的 UIView 实际上是整个窗口的大小吗?

关于iphone - iPad 模拟器不接收 iPhone 的 320x480 帧之外的触摸事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3295475/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com