我正在检测一个<条码> 查询<>或<条码>上的触角,该密码是指在屏幕上穿透的信号。 我尝试了touchesbegan
,和UIbutton
。 但是,我发现,问题是在使用消化装置。 观点的位置被定在终点,在移动时不能触及。 (你可以触及观点将停止的位置和线索读)。 我已尝试了<条码> 问讯号条码>。 我还努力使用<条码>CAKeyframeAnimation,但结果相同。
[UIView animateWithDuration:10 delay:1 options:(UIViewAnimationOptionCurveEaseInOut | UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionAllowUserInteraction) animations:^{
[testViewController.view setFrame:CGRectMake(900, 20, 100, 100)];
} completion:^(BOOL finished) {
// Animate moving to another location
}];
这里是我所希望的简单例子。 我想有一幅环球的图像在屏幕上随意移动。 我想知道什么时候打了球。