腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(661)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
UIPinchGestureRecognizer
好的,伙计们,看到你们上次对我之前关于使用
UIPinchGestureRecognizer
和以编程方式添加它的问题很有帮助。这当然是有效的。 我的下一个问题是在相同的领域内...
浏览 2
提问于2012-01-31
得票数 0
回答已采纳
2
回答
UIPinchGestureRecognizer
问题
我正在使用
UIPinchGestureRecognizer
.can,我写了两个out..is的动作,有没有特定的方法(委托)?我只写了一个,当我收缩时,它会被调用……
UIPinchGestureRecognizer
*pinchGesture = [[
UIPinchGestureRecognizer
alloc] initWithTarget
浏览 0
提问于2010-09-07
得票数 1
回答已采纳
1
回答
未调用
UIPinchGestureRecognizer
UIImageView * imgView = [[[UIImageView alloc] initWithImage:imgSrc] retain];
浏览 0
提问于2012-01-13
得票数 0
回答已采纳
2
回答
UIPinchGestureRecognizer
(缩小/Zoom放大)
我在我的应用程序中使用了
UIPinchGestureRecognizer
来放大或缩小image.its,使用的是放大/zoom。但我想设置
UIPinchGestureRecognizer
的最小和最大比例,这样图像就不会缩小到小于ipad的大小。有任何方法可以设置
UIPinchGestureRecognizer
的缩放最小和最大缩放。请尽快回复我。 感谢Pooja Rusia开发人员
浏览 2
修改于2012-02-08
得票数 1
3
回答
UIPinchGestureRecognizer
和UIImageView的问题
我试图通过
UIPinchGestureRecognizer
压缩图像,但问题是我的代码不能正常工作,实际上它不能缩放我的图像 sender.view.transform = myTransformation; { [[
UIPinchGestureRecogniz
浏览 3
修改于2012-12-24
得票数 0
回答已采纳
1
回答
UIView
UIPinchGestureRecognizer
问题
UIPinchGestureRecognizer
不工作。我不认为它的响应器有问题,因为,点击是有效的。我认为这是关于设置MultipleTouchEnabled值的(但不确定)。对于pinch和tap,我的
UIPinchGestureRecognizer
目标都是UIViewController (self)。谢谢。
浏览 1
提问于2010-09-17
得票数 0
1
回答
UIPinchGestureRecognizer
向内捏“慢”
我在我的应用程序中使用
UIPinchGestureRecognizer
来放大视图(是的,我不使用UIScrollView是有原因的)。我猜这是因为
UIPinchGestureRecognizer
是如何工作的--当向外收缩时,
UIPinchGestureRecognizer
的规模大于1,而向内收缩时则小于1。- (IBAction)didDetectPinchGesture:(id)sender {
UIPinchGestureRecognizer
*gestureRecognizer = (
UIPinchG
浏览 3
提问于2012-06-23
得票数 2
2
回答
UIScrollView和
UIPinchGestureRecognizer
self.scrollView scrollRectToVisible:frame animated:YES];} - (IBAction)handlePinch:(
UIPinchGestureRecognizer
浏览 2
修改于2012-03-15
得票数 0
1
回答
UIPinchGestureRecognizer
禁用突出
我是这样做的:- (BOOL)gestureRecognizerShouldBegin:(
UIPinchGestureRecognizer
*)gestureRecognizer
浏览 1
修改于2015-09-28
得票数 1
回答已采纳
2
回答
Swift -
UIPinchGestureRecognizer
in UIPageViewController
一切都很好,但是现在我希望能够使用
UIPinchGestureRecognizer
来减少/退出我的
UIPinchGestureRecognizer
。unrecognized selector sent 如何使用pinchDetected函数在UIPageViewController中使用
UIPinchGestureRecognizer
override func viewDidLoad() { ###Pinc
浏览 4
提问于2015-04-22
得票数 0
回答已采纳
2
回答
如何使用
UIPinchGestureRecognizer
我已经为iPhone做了一个简单的网页浏览器,但我真的很想能够用
UIPinchGestureRecognizer
进行缩放,但我不知道如何使用它。有人能解释一下如何在我的代码中实现它吗?
浏览 1
修改于2011-08-05
得票数 0
1
回答
使用
UIPinchGestureRecognizer
缩放层
如何使用
UIPinchGestureRecognizer
通过转换缩放CALayer (基于现有的转换,层的当前状态)?- (IBAction)gesturePinch:(
UIPinchGestureRecognizer
*)sender float scale = sender.scale; scale
浏览 0
提问于2012-10-23
得票数 1
回答已采纳
1
回答
iOS -
UIPinchGestureRecognizer
& UIPanGestureRecognizer -重置
recognizer setTranslation:CGPointMake(0, 0) inView:[self superview]]; { } CGFloat factor = [(
UIPinchGestureRecognizer
浏览 0
提问于2013-06-20
得票数 0
2
回答
UIPinchGestureRecognizer
的触摸位置
在
UIPinchGestureRecognizer
类定义中定义了一个UITouch *_touches[2];,但是我不能从类的外部访问它。我能做些什么来获得这些数据吗?
浏览 1
提问于2011-03-15
得票数 2
回答已采纳
1
回答
使用setEnabled禁用
UIPinchGestureRecognizer
:NO
{}gesture: <
UIPinchGestureRecognizer
浏览 0
修改于2012-01-21
得票数 0
回答已采纳
1
回答
UIMapView:未调用
UIPinchGestureRecognizer
但是,当我为了识别地图缩放而将类的超类从UIGestureRecognizer更改为
UIPinchGestureRecognizer
时,一切都停止了。typedef void (^TouchesEventBlock) (NSSet * touches, UIEvent * event); @interface MapGestureRecognizer :
UIPinchGestureRecognizer
浏览 2
修改于2017-05-23
得票数 2
回答已采纳
1
回答
UIPinchGestureRecognizer
在哪个线程上工作?
在Swift手势函数中,映射到panAction的方法(下面代码的
UIPinchGestureRecognizer
)在哪个线程上工作?它在主线程上工作吗?let pinchRecognizer =
UIPinchGestureRecognizer
.init(target: self, action: #selector(pinchAction(_ :))) // something do. }
浏览 0
修改于2019-08-23
得票数 1
回答已采纳
1
回答
将
UIPinchGestureRecognizer
添加到UIImagePickerController
我试图将
UIPinchGestureRecognizer
添加到UIImagePickerController中以放大/缩小前面的摄像机,但无法调用
UIPinchGestureRecognizer
(handlePinchWithGestureRecognizerimagePicker.view.userInteractionEnabled = YES;_imagePicker.delegate = self;
UIPinchGestureRec
浏览 0
提问于2014-12-21
得票数 1
回答已采纳
2
回答
UIPinchGestureRecognizer
没有响应
setUserInteractionEnabled:YES];[self.view addSubview:img2]; [img2addGestureRecognizer:img2Pinch]; [img
浏览 0
提问于2011-06-02
得票数 3
回答已采纳
2
回答
如何确定
UIPinchGestureRecognizer
scale值?
我想知道是否有人知道
UIPinchGestureRecognizer
scale值是如何确定的,或者是否有一个公式可以用来计算新的scale值?我有一个应用程序,我在imageView上附加了一个
UIPinchGestureRecognizer
,在某些特定的情况下,如果缩放缩小了imageView,那么我需要手动重新调整它,使其超过屏幕的某个点
浏览 0
修改于2011-11-03
得票数 5
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券